I want to refresh an Android
ListView after adding/deleting dynamic data.
Can any one tell me how to achieve this?
Method
- Call
notifyDataSetChanged() on your Adapter object once you've modified the data in that adapter.
- Also you can use this:
myListView.invalidateViews();
沒有留言:
張貼留言