How to refresh Android listview? -
how refresh android listview after adding/deleting dynamic data?
call notifydatasetchanged() on adapter object once you've modified data in adapter.
some additional specifics on how/when call notifydatasetchanged() can viewed in this google i/o video.
Comments
Post a Comment