Open llleodeleon opened 4 years ago
The new paging lib is still in alpha, but if someone wants to submit a pr I'd be happy to take a look.
I have a PR in the works. I'm putting together a sample. will see how it goes.
Using AsyncPagingDataDiffer
to update the BindingRecyclerViewAdapter
. Could store that in the view tag
instead of the ObserveableList. ...or maintain an ObserveableList in memory based on the diff. anyway I'll see how it goes.
PR up. would like to hear your thoughts. #194
Keen on this too!
PagedList has been deprecated in the latest version of the jetpack Paging library.
Is it possible to have an adapter that works with PagingData?