I\'ve been working with AsyncTasks in Android and I am dealing with an issue. Take a simple example, an Activity with one AsyncTask. The task on the background does not do anything spectacular, it ju
So I\'m working out my first multi-threaded application using Android with the AsyncTask class. I\'m trying to use it to fire off a Geocoder in a second thread, then update the UI with onPostExecute,