Niroj Dahal

Web-like pagination plugin in Xamarin Forms

Published 3 years ago 5 min read
image

I was working with list and had more than 500 datas in the list. I decided to show it using infinite scroll in list view but showing data at the last was pain in the ass. As a result, I decided to use web like pagination where user can navigate directly to first ,last or step-by-step as per need.

The package is available in nuget.org

NuGet Gallery | Xam.Plugins.Pagination 1.0.0

Source code is available in Github. So, you can head into my github repository. If you appreciate my work, consider starring my repository. Also, repository is open to pull requests and issues. Feel free to suggest/improve the repository.

Github Repo Link

Working Screenshot

Pluggable Xamarin Pagination

Thank you for your time.