Im using recyclerview in my app but the problem with it, is it looks not so good as if we scroll the images or videos take time and the viewholder stretches. What i want to do is load the upcoming posts before user gets to them and if user scrolls too fast then they must have to occupy the height of image or video which is being shown there like instagram or youtube. links for the articles or the code snippets will be very helpful thanks in advance! (If i could not explain well or the problem is not cleared please try scrolling insta or youtube you will get it)
Asked
Active
Viewed 273 times
0
-
have you tried Infinite Scroll – U.A Sep 19 '20 at 11:14
-
You are looking for Pagination in Android – Sharan Sep 19 '20 at 11:14
-
@C.K yes i tried but that doesnot load feed before it is visible – Shubham Patil Sep 19 '20 at 16:28
-
@Sharan i already have pagination in my app, i want to load paginated posts simultaneously like listview does – Shubham Patil Sep 19 '20 at 16:29