I've used ListViews before but what's really different in this case is
the fact that my ArrayAdapter is being built in an AsyncTask. When I
call the constructor for the ArrayAdapter, I'm using the context
"MyActivity.this", which is the context of the parent of the
AsyncTask. I wonder if this is allowed. Other than an AsyncTask, I
can't think of any other way to use a ListView with a data source that
takes a while to return data.

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