Android-RecyclerView-Loadmore icon indicating copy to clipboard operation
Android-RecyclerView-Loadmore copied to clipboard

Reverse Load More

Open taftazaniadi opened this issue 4 years ago • 2 comments
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 avatar Jun 21 '21 07:06 taftazaniadi

@taftazaniadi You can use Swipe to refresh layout in android

android.support.v4.widget.SwipeRefreshLayout

Pyush avatar Jun 21 '21 08:06 Pyush

Yes, i use it..

But, i want load more without Swipe to refresh and want use this concept.. How can i do it?

taftazaniadi avatar Jun 22 '21 03:06 taftazaniadi