Maybe like this:

ProgressDialog dialog = ProgressDialog.show(this, "Your Title", "Put your 
message here", true);

On Friday, August 17, 2012 4:02:51 AM UTC-5, |-NK-| wrote:
>
> Hi,
> I am developing an application in which on one screen I need to call some 
> funcations that does some calculations and sends results at particular 
> interval.
>  
> In between I need to show a progress bar that keeps on running untill I 
> get the final calculated result.
>  
> Once I get the result I am navigating to another screen.
>  
> Now what I need is that the progressbar should appear in another window 
> which will act as modal window and should appear above my screen.
>  
> Is that possible?
>  
> Thanks.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to