I have a activity that extends listactivity, extended in this class i have a class that extends baseadapter.
now in my listactivity i have this onCreate
The only place you can update the UI is in onProgressUpdate(...);. From your doInBackground(...), call publishProgress(...).
onProgressUpdate(...);
doInBackground(...)
publishProgress(...)