Like the title says, it is possible to create an infinite scroll effect? Using CustomListView?
I have more than 5000 items to fill the custom list view but loading them all at once will make the app crash and it won't even be possible because at 500 items the list start to have a lot of lag.
Even loading 30 items take a while in which the app is complete frozen, like 1-2 seconds.
So then I looked that apps like facebook, instagram, youtube,etc. have this effect of infinte scroll so it is possible but I don't know where to start, can someone point me in the right direction?
I have more than 5000 items to fill the custom list view but loading them all at once will make the app crash and it won't even be possible because at 500 items the list start to have a lot of lag.
Even loading 30 items take a while in which the app is complete frozen, like 1-2 seconds.
So then I looked that apps like facebook, instagram, youtube,etc. have this effect of infinte scroll so it is possible but I don't know where to start, can someone point me in the right direction?