DEV Community

David Ortinau for .NET

Posted on

Infinite Scrolling with Incremental Data Loading in Xamarin.Forms

CollectionView has the built-in ability to fetch additional data when the user scrolls through the content already loaded. As the data threshold is met, like when only 4 items remain to be displayed, the CollectionView can execute a command to fetch more data and append.

Check it out:

Resources:

GitHub logo davidortinau / FlyMe

Xamarin.Forms demo for 3 sessions presented at Microsoft Ignite 2019

Top comments (0)