crearo / dawebmail

Application for Zimbra Email Service
MIT License
24 stars 28 forks source link

Lazy Loading at bottom #17

Open crearo opened 8 years ago

crearo commented 8 years ago

Saving to Sugar takes forever. Save only the first 30 items. After that, lazy load wherever required.

http://www.mysamplecode.com/2012/07/android-listview-load-more-data.html

crearo commented 8 years ago

Instead, convert listview to Recyler view and use either of the following :

:)

Pradeet commented 8 years ago

Here is a library to do all the lazy loading for us..

https://github.com/cymcsg/UltimateRecyclerView

crearo commented 8 years ago

Completed REST API implementation for lazy loading! Browse files in this commit :)

Completely rewrote the rest api implementation - it now auto deletes all msgs that have been removed from website, it also marks read/unread for msgs that have been read from website.