https://github.com/zauberzeug/xformslistviewcellreusingbug
Demonstrates a cell reusing bug in Xamarin.Forms on Android
https://github.com/zauberzeug/xformslistviewcellreusingbug
Last synced: 7 months ago
JSON representation
Demonstrates a cell reusing bug in Xamarin.Forms on Android
- Host: GitHub
- URL: https://github.com/zauberzeug/xformslistviewcellreusingbug
- Owner: zauberzeug
- Created: 2014-07-01T06:38:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T07:37:11.000Z (over 11 years ago)
- Last Synced: 2025-06-09T12:06:55.172Z (7 months ago)
- Language: C#
- Size: 10.6 MB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XFormsListViewCellReusingBug
============================
Demonstrates a cell reusing bug in Xamarin.Forms on Android. To reproduce:
1. build and deploy the code to an Android device
2. the list should fill the whole screen
3. scroll down until you reach the bottom
4. click button to add new entry at beginning of list
5. scroll down again
--> last entry should be "Item 0", but is something like "Item 12"