[android-developers] Re: Progress Dialog Status Bar

2010-04-13 Thread MobDev
My idea would be to use asynctask... In tthis specific case you can do some lengthy task (for example in another Thread) and in the menatime show a progress bar... On 13 apr, 13:20, Sasikumar.S sasikumar.it1...@gmail.com wrote: Hi ,    - In my application i'm loading 40 images in background

Re: [android-developers] Re: Progress Dialog Status Bar

2010-04-13 Thread Sasikumar.S
Ya that's right. My problem is i can't able to set progress bar in Status bar. Progress bar working is Second thing. On Tue, Apr 13, 2010 at 5:00 PM, MobDev developm...@mobilaria.com wrote: My idea would be to use asynctask... In tthis specific case you can do some lengthy task (for example

Re: [android-developers] Re: Progress Dialog Status Bar

2010-04-13 Thread Mark Murphy
Sasikumar.S wrote: Ya that's right. My problem is i can't able to set progress bar in Status bar. Progress bar working is Second thing. You cannot indicate progress in the status bar. Please use a ProgressDialog, ProgressBar, progress indicator in the title bar, or a custom animation. --

Re: [android-developers] Re: Progress Dialog Status Bar

2010-04-13 Thread Sasikumar.S
ok... Thank you i will try it. On Tue, Apr 13, 2010 at 5:22 PM, Mark Murphy mmur...@commonsware.comwrote: Sasikumar.S wrote: Ya that's right. My problem is i can't able to set progress bar in Status bar. Progress bar working is Second thing. You cannot indicate progress in the status