I believe your problem is that you aren't returning the list from the 
background thread (doInBackground()).  I can't tell from your changes where you 
are assigning a value to the items variable in you adapter constructor but it 
really should be from the result returned from your doInBacground() method.  
Also remember all ui access in an AsyncTask should be in either the on 
onPreExecute() or onPostExecute() methods. 

Hope this helps,
George 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to