0
votes
2answers
110 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 a …
0
votes
2answers
662 views
Custom list clicking with checkboxes in Android
I've populated a ListActivity from a cursor using SimpleCursorAdapter that starts another activity when one of the list items have been clicked. I'm also using ViewBinder to do so …
