julius wrote:
> I have an ArrayAdapter which is used to show a list in a ListActivity.
> This list is updated from time to time and when this happens I call
> notifyDataSetChanged() on the ArrayAdapter.

You don't need to do that. Just call add(), insert(), or remove() on the
ArrayAdapter itself to make changes, and everything should work just fine.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to