Every 5 seconds, I want to call my webservice and get text (not images), then display it in my ImageAdapter. What would be the best way to accomplish this?
You should call asynctask inside the application main thread. Asynctask can't be called in a background thread.