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
So I have been using easy-adapter quite a lot lately and I have really come to like it.
One thing I have tried to implement while still keeping the view holders is endless loading.
It seems pretty simple, the only issue I had was that I could not override the onCreateViewHolder in order to show the loading sign, because the static RecyclerViewHolder class is private.
So I have been using easy-adapter quite a lot lately and I have really come to like it.
One thing I have tried to implement while still keeping the view holders is endless loading.
It seems pretty simple, the only issue I had was that I could not override the onCreateViewHolder in order to show the loading sign, because the static RecyclerViewHolder class is private.
have a look at the following link:
http://android-pratap.blogspot.co.za/2015/06/endless-recyclerview-with-progress-bar.html
Would be a great feature to add to the adapter,
I would suggest leaving the feature out of the default constructor, but maybe call a setEndlessScrolling(OnLoadMoreCallback, numberOfItemsToShow);
The text was updated successfully, but these errors were encountered: