I have class Myadapter extends BaseAdapter.in Myadapter i changed the MyListView data then call notifyDataSetChanged() method,like remove an item(click button on a listview item),it works perfect.but how can we refresh the view that except listview in Activity. especially can i get some event when notifyDataSetChanged() is called?then we can notify ui thread to update.
I have class Myadapter extends BaseAdapter.in Myadapter i changed the MyListView data then call
Share
I think you can do this manually: