[android-developers] ListView recycle views that are visible on screen

2011-07-08 Thread Amir Tsafrir
I have a problem with ListView which recycles views that are visible on the screen. I can have up to 4 items in my the ListView, they are all visible on screen. After I update a property of an object in the ArrayList that the ListAdapter uses i call the notifyDataSetChanged() method of the

Re: [android-developers] ListView recycle views that are visible on screen

2011-07-08 Thread Mark Murphy
On Thu, Jul 7, 2011 at 4:48 AM, Amir Tsafrir atsaf...@gmail.com wrote: I have a problem with ListView which recycles views that are visible on the screen. I can have up to 4 items in my the ListView, they are all visible on screen. After I update a property of an object in the ArrayList that