Possible Duplicate:
How to refresh Android listview?
I want to refresh whole listview in my android application.
Basically, in listview there are different numbers with their status of busy,off,available etc. So when any number changed his status then i want to change it image at that time without scrolling.
So how can i do this?
any idea will be appreciated.
I agree with the solution posted by AVD above, you need to call
notifyDataSetChangedon yourAdapter.Some additional specifics on how/when to call notifyDataSetChanged() can be viewed in this Google I/O Video