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

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

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"