IllegalStateException when adapter.notifyDataSetChanged() is called.
Posted
by Wilson
on Stack Overflow
See other posts from Stack Overflow
or by Wilson
Published on 2010-05-27T02:25:50Z
Indexed on
2010/05/27
2:31 UTC
Read the original article
Hit count: 251
android
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.
© Stack Overflow or respective owner