Android-RecyclerView-Loadmore
Android-RecyclerView-Loadmore copied to clipboard
Reverse Load More
trafficstars
How to make Load More not in bottom, but in top of recyclerview data @Pyush ?
And when i scrolled to bottom, Load More is running..
Thanks..
@taftazaniadi You can use Swipe to refresh layout in android
android.support.v4.widget.SwipeRefreshLayout
Yes, i use it..
But, i want load more without Swipe to refresh and want use this concept.. How can i do it?