tags:

views:

94

answers:

1

I have a very simple application. There is a refresh button, everytime it is being clicked, the adapter will call notifyDataSetChanged() to update a ListView. However, I got IllegalStateException all the time. Any quick solution? Thanks.

A: 

Isn't button inside ListView?

Fedor