linisme / SlimAdapter

A slim & clean & typeable Adapter without# VIEWHOLDER
https://raw.githubusercontent.com/MEiDIK/SlimAdapter/master/SlimAdapter.jpg
MIT License
931 stars 117 forks source link

Support for PagedList #28

Open FredJul opened 7 years ago

FredJul commented 7 years ago

Google just release the new Paging lib which has the potential to clearly improve performances in some cases.

Google basically recommands to use a PagedListAdapter, but it would be great to be able to give SlimAdapter a PagedList as well.

FredJul commented 7 years ago

https://developer.android.com/topic/libraries/architecture/paging.html

linisme commented 7 years ago

Thanks for this~