Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Binwell/FastGrid
- Owner: Binwell
- License: mit
- Created: 2018-12-09T13:57:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T08:28:04.000Z (over 5 years ago)
- Last Synced: 2024-08-03T23:23:29.147Z (4 months ago)
- Language: C#
- Size: 363 KB
- Stars: 109
- Watchers: 12
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - FastGrid ★114
README
# FastGrid
FastGrid component for Xamarin.Forms based on Android RecyclerView and iOS UICollectionViewMore 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 featuresSpecial thanks to:
- [Subhan Ali](https://github.com/SubhanAli94 "Subhan Ali") for fixing horizontal orientation