CottaCush / AndroidBaseProjectKotlin

🛠 An Android base project to fast track mobile development with the MVVM Architecture.
Apache License 2.0
5 stars 0 forks source link

Network + Local data paging for the cats list with the jetpack's paging library. #8

Open rasheedsulayman opened 4 years ago

rasheedsulayman commented 4 years ago

Explore the new paging library from architecture components. Implement paged lists/endless scrolling for local DB + Network data. see also #7.