Tagged Questions

6
votes
3answers
8k views

update Android ListActivity when list data changes

i want to know how to refresh the ListActivity when i change/add data to the list wich is dispayed. i first thougt the ListAdapter would know when the list is changed but when i add elements to the ...
1
vote
5answers
340 views

Android ListAdapter is not updating

I have a ListAdapter which is used to display a list in the Listview. Now I have added a longpress menu action for delete any selected item. public boolean onContextItemSelected(MenuItem item) { ...