That's not far from what I'm doing already. I'm creating the ListView
and ArrayAdapter and calling setListAdapter in the main thread. Then I
fill a separate ArrayList in the AsyncTask.doInBackground. Then, in
AsyncTask.onPostExecute which runs in the main thread, I fill the
ArrayAdapter from the ArrayList built in the background thread. Then I
call ArrayAdapter.notifyDataSetChanged in AsyncTask.onPostExecute.
Sometime after this I get the Resource Not Found exception.

-- 
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