Use for questions on android.
I have a slider that can be pulled up and then it shows a map. I can move the slider …
android android-mapview android-asynctask toastI was reading about AsyncTask, and I tried the simple program below. But it does not seem to work. How …
android android-asynctaskI am trying to write a simple application that gets updated. For this I need a simple function that can …
java android download android-asynctaskI have this two classes. My main Activity and the one that extends the AsyncTask, Now in my main Activity …
android android-asynctaskIn the viewpoint of running code in the UI thread, is there any difference between: MainActivity.this.runOnUiThread(new Runnable() { …
android android-asynctask android-view android-uiI am currently using in my application a listview that need maybe one second to be displayed. What I currently …
android loading android-asynctask geometryOne simple question: is it possible to return a value in AsyncTask? //AsyncTask is a member class private class MyTask …
java android asynchronous android-asynctask returnI'm trying to run two AsyncTasks at the same time. (Platform is Android 1.5, HTC Hero.) However, only the first gets …
android multithreading android-asynctaskI'm using the support library for my app. In my FragmentActivity I'm using an AsyncTask for downloading data from internet. …
android exception android-asynctask android-fragments illegalstateexceptionIn my trying AsyncTask I get email address from my server. In onPostExecute() I have to check is email address …
android android-asynctask android-fragmentactivity