MarkoMilos / Paginate

Library for creating simple pagination functionality upon RecyclerView and AbsListView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reloading on error

nonybright opened this issue · comments

Thanks a lot for this great library.I would like to reload to get contents in case there is an error in connection during trial.How possible is that?

@nonybright Hi, retrying your network request or database load is not up to this library. This library handles setup listview/recyclerview/loading row and tracking scroll events. If your data load fails you need to handle "retry case" yourself.
Use hasMoreDataToLoad() method to help you along the way.

thnax a lot. Already did that

@nonybright ok closing this then.