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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -