You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revamped loadMore handling
• LoadMore are now kept in the SmartAdapter instead of the SmartRecyclerView
• to enable load more, you only need to add a loadMore Layout and a loadMore listener.
• to specify if there is more item to load, simply tell the adapter using the hasMore field