DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Is it have support for PageListAdapter? #98

Open kawtikwar opened 5 years ago

kawtikwar commented 5 years ago

Can we use this with PageListAdapter?

DevAhamed commented 5 years ago

There is no direct support for PagedListAdapter. But the library provides the same functionality as 'Infinite Scrolling'. You can take a look at the docs here : https://devahamed.github.io/MultiViewAdapter/#/website/feature/infinite_scroll

Also you can see the implementation in the sample app as well.