itemtouchhelper-extension icon indicating copy to clipboard operation
itemtouchhelper-extension copied to clipboard

Extension for itemtouchhelper with swipe settling,recover and no conflict with recyclerview

Results 14 itemtouchhelper-extension issues
Sort by recently updated
recently updated
newest added

我照着源代码敲了一遍之后发现划开任意一个item的菜单,菜单中的按钮事件无法被响应,但是第二个item的菜单打后按钮事件可以被响应。后来发现奇数次打开的item菜单按钮事件不能被响应,但是偶数次的菜单按钮事件可以被响应。 甚至将源代码copy之后运行也有同样的情况。

Steps to play 1) swipe the first element 2) very quickly swipe the second element 3) try to slowly move the second element Expectations: the edge of the second element...

How to make swipe of item and recyclerview scrolling at the same time with this? If swiping is enabled, nested scroll is not working

I know there is a onSwiped method in the helper and callback classes however how can I use that method to access a view component in the activity? My use...

i want to swipe item when i click on button not on touch

I have three views inside item layout - first is layout with remove button, second is item info layout, and the last one is progress bar, and in this case...