SlimAdapter icon indicating copy to clipboard operation
SlimAdapter copied to clipboard

A slim & clean & typeable Adapter without# VIEWHOLDER

Results 21 SlimAdapter issues
Sort by recently updated
recently updated
newest added

In normal Adapter we can perform Click like this recyclerView.findViewHolderForAdapterPosition(pos).itemView.performClick(); How this functionality achieve in SlimAdapter?

How to incress scrolling speed My recyclerview with videoview jumbing when scrolling

How to change enableLoadMore default text with progressbar

My list contain videos and on scroll back the video is playing in diffrent position if item1 was playing video1 but when scroll back item 1 is playing video 4

I like to use SlimAdapter, but now I want to use item animation when I delete or add item, but I can do it in SlimAdapter. Can you add this...