Can an ArrayAdapter (holding data for a ListView) be modified in a background thread.
I'd like to modify the array and then call adapter.notifyDataSetChanged<http://developer.android.com/reference/android/widget/ArrayAdapter.html#notifyDataSetChanged%28%29> () -- -- 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

