Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Binwell/FastGrid

FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionView
https://github.com/Binwell/FastGrid

Last synced: 30 days ago
JSON representation

FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionView

Awesome Lists containing this project

README

        

# FastGrid
FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionView

More details can be found in Xamarin Blog: https://blog.xamarin.com/complex-ui-with-fastgrid-for-xamarin-forms/

Current Binwell FastGrid Features
* Use a large number of cell types
* Every cell type is related to the data model (including sections)
* Using of Flow Layouts to deal with layout inside RecyclerView and UICollectionView
* Support for dynamic data adding/updating/removing, including LoadMore feature
* Pull-to-refresh features

Special thanks to:
- [Subhan Ali](https://github.com/SubhanAli94 "Subhan Ali") for fixing horizontal orientation