When I populate a ListView in the emulator, it seems fine until it reaches enough items to require scrolling. After that, it starts to repeat items and place them in any old order instead of in the order they appear in the ArrayAdapter.
Just wondering if anyone has come across this - if I use the Log to check the contents of the ArrayAdapter, the data is as expected, but in the ListView items are getting repeated. Is it me or the emulator?
Just wondering if anyone has come across this - if I use the Log to check the contents of the ArrayAdapter, the data is as expected, but in the ListView items are getting repeated. Is it me or the emulator?