It's actually easy to circumvent. On orientation change, the activity
should save the current progress value in its Bundle (in
onSaveInstanceState().) Then, when the activity is recreated, it
should read this value back and resume the progress from where it
stopped.

On Thu, Sep 4, 2008 at 8:52 AM, blindfold <[EMAIL PROTECTED]> wrote:
>
> Yes the dialog should remain visible but be automatically dismissed
> after the progress bar fills up, just like when one does not change
> the screen orientation. It is the restarting of the application (I
> noticed that in my own app) that apparently gets the running progress
> dialog handling messed up in ways that are not obvious to circumvent.
>
> On Sep 4, 5:37 pm, "Romain Guy" <[EMAIL PROTECTED]> wrote:
>> This is the correct behavior. The dialog should remain visible after a
>> screen orientation change. There is a bug though, the progress bar
>> should be filled automatically even after a screen rotation.
>
> >
>



-- 
Romain Guy
www.curious-creature.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to