daneshzaki / nadget

Code for the nadget app
http://www.pleb.in
1 stars 0 forks source link

Implement Load more items - see references in comment #30

Closed daneshzaki closed 8 years ago

daneshzaki commented 8 years ago

https://codentrick.com/load-more-recyclerview-bottom-progressbar/ - tbc http://stackoverflow.com/questions/26543131/how-to-implement-endless-list-with-recyclerview https://github.com/rockerhieu/rv-adapter-endless/ - tbc https://github.com/giolaoit/LoadMoreRecyclerView - tbc https://github.com/cymcsg/UltimateRecyclerView -- needs adapter code rewritten https://guides.codepath.com/android/Endless-Scrolling-with-AdapterViews-and-RecyclerView https://github.com/ratdream/SimpleRecyclerView - needs adapter code rewritten https://github.com/Malinskiy/SuperRecyclerView - does not work gives SDK errors

daneshzaki commented 8 years ago

Implement customLoadMoreDataFromApi(int offset) in MainFragment

daneshzaki commented 8 years ago

Testing in progress