Infinite Scroll + Remote Data Source

Hey Guys,

I need to created a scrollview with a remote data source containing more than 100k records, i need to implement the pagination using the scroll like:
first, the view will hold only latest 20 records. Then when the user reach the bottom of the stack, the app will populate the next 20 records and so on.

Best,

Ahmad

Hi devadiab,

there is the Endless scroller example that should get you started.

Since the “remote data source” is likely not related to Fuse in any way, you will have to figure out how to use it yourself.

Thanks , I found the event i need
:wink: