Re: [android-developers] Re: listview with images: postInvalidate problems

2011-10-02 Thread John Goche
Thanks, that works! ((SimpleAdapter) FooActivity.this.listView.getAdapter()).notifyDataSetChanged(); The other function (postInvalidate()) was only refreshing stuff off the list. Makes me wonder what use it may have. Best Regards, John Goche On Sun, Oct 2, 2011 at 10:07 AM, skink wrote: >

[android-developers] Re: listview with images: postInvalidate problems

2011-10-02 Thread skink
John Goche wrote: > Hello, > > I am overriding SimpleAdapter to add an image to a listview. > When I call postInvalidate() inside my onClickListener it is > only when the views are scrolled off the screen and then > back on screen that the images are updated. The images > in the rows which are no