I am developing an android
app which need\'s to download data(products details,images) from my server
using httpclient
the problem is i ne
Maybe you want to do pagination. It is the same thing that happens in social media feed, the content will download as you scroll down. For example, when you enter in the youtube app there is some video in your feed and then when you scroll down, it starts loading and then some new videos appear, this is called Pagination.
This is a complex approach but you can do it by reading the following articles. Paging Android Guide, Video about Paging.
After reading these articles you can follow this tutorial, and here is the source code of this tutorial.