daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When Swipe item, another item in list automatically swipe #18 #120

kishorramani opened this issue · comments

Check this video

https://drive.google.com/file/d/1ix1Yxdh-EcUAVQ0rhrMNdcLU6BBgSTb1/view

Any solution for this?

Also, I want to implement a favorite option
I implement it and when I add one item in the favorite list (favorite item's image drawable is changed) another item's image drawable is automatically changed

Check this video

https://drive.google.com/file/d/1ix1Yxdh-EcUAVQ0rhrMNdcLU6BBgSTb1/view

Any solution for this?

Also, I want to implement a favorite option
I implement it and when I add one item in the favorite list (favorite item's image drawable is changed) another item's image drawable is automatically changed

I'm also facing the same issue
@kishorramani did you found any solution?

I just use RecyclerView add RecyclerSwipeAdapter. It's fine.