Monday, December 6, 2010

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

It is not my app apparently (thanks @ymst for the idea)

I checked the browser app. Just opened the browser (the emulator has
it preinstalled) and the browser app exhibits the same behavior - once
turned to landscape, it doesn't rotate back to portrait when the
emulator is switched to portrait.

Someone from Google? Can we get an official response to that please?

Thanks,
Max.


On Dec 6, 7:04 pm, Ali Chousein <ali.chous...@gmail.com> wrote:
> Hi,
>
> Once I faced a similar issue with changing the orientation from
> landscape to portrait. What I observed at that time was that, when the
> orientation is changed from landscape to portrait the onDestroy-
> onCreate pair can be called twice. This has all sorts of side effects
> of course. Check in the debugger to see if you are also getting the
> extra call to onDestroy-onCreate pair. If yes, then you'll have to add
> some extra logic in your code to take care of this dubious extra call.
>
> ----
> Ali Chousein
> Published apps:
> - Geo-Filtered Assistant Pro
> - Geo-Filtered Assistant Basic (free version)

--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment