You can use the VisibleRangeChanged event to check how many items are left ahead and if the number is lower than X items, add more.
A slightly complicated example that does this:
https://www.b4x.com/android/forum/t...oss-platform-stream-of-photos.118486/#content
Hi Erel,
Thank you again.
The solution I made was to use the ReachEnd event. When the ReachEnd event activates, the apps will fetch more data into the server and add those into the list.
I will also study your example; this is very good and helpful in some scenarios.
Your help is very much appreciated.
Cheers.