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:
>
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
2 matches
Mail list logo