SuperRecyclerView
SuperRecyclerView copied to clipboard
Pumped up RecyclerView
I am working on RecyclerView swipe to delete and my RecyclerView is in a fragment with Bottom Navigation and everything is going well but sometimes swipe stops and gets stuck...
I have added the androidx support.
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
reset `layoutManagerType` every time you change the layout manager. to avoid wrong casting in `getLastVisibleItemPosition` method
There are no such method found - findViewHolderForItemId - getLayoutManager Please add so we can use that instead of modifying it from our side
When I entered an activity page, I did not do any upswing, but onMoreAsked started to run.
When i scroll to second last item and hold to that item OnMoreListener continuously run and executes code. Check video in below attachment. [WhatsApp Video 2017-05-26 at 3.35.29 PM.zip](https://github.com/Malinskiy/SuperRecyclerView/files/1031487/WhatsApp.Video.2017-05-26.at.3.35.29.PM.zip)
Why there isn't any full tutorial showing how to use this plugin, i am strugling to use it. thanks
My layout like that: ``` ``` But the SuperRecyclerView doesn't display content. It's OK when I replace by normal RecyclerView. How to fix it ? Thanks!