IllegalStateException when adapter.notifyDataSetChanged() is called.
- by Wilson
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.