[android-developers] Re: Displaying real time information during the execution of an activity

2009-04-06 Thread Ask
Thanx Mark for your quick reply. I will try it out and get back On Apr 6, 6:49 pm, Mark Murphy wrote: > Asif k wrote: > >    But in my case, I am getting all 3 messages at a time after > > activity execution completed. > > That is probably because you are doing long-running work on the UI thread

[android-developers] Re: Displaying real time information during the execution of an activity

2009-04-06 Thread Mark Murphy
Asif k wrote: >But in my case, I am getting all 3 messages at a time after > activity execution completed. That is probably because you are doing long-running work on the UI thread. > Is there any API available, using which > I can show the status during the execution also. Anything long-ru