I have one app in which i called the webservice and set the data in listview after parsing.
Now I have set the progress dialog till the data set in the listview.
Now I want to go back to the previous screen whether parsing is done or not.
So overall, i don’t want that user should wait in the same screen till the data arrived and set.
Hope i am clear.
Any snippets or guidelines will be very helpful to me.
Thanks in advance….
I think you need to create a new Thread for all your work in the background .. while the UI handler (thread) do something different for the user while they wait. check out http://developer.android.com/reference/java/lang/Thread.html .. might find it useful