I have requirement where in my listview should display the next 10 values by reading from the server when a user reaches the end of the list on the screen scroll.
I am using "volley" to get the data from the server asynchronously. My server code is built on Node.js + mongoose within it and MongoDB. I have read about Mongoose pagination on at npm-mongoose-paginate. Can someone help me/ explain me with a clear example in using this. Thank you