On Wed, Sep 16, 2009 at 8:46 PM, Neilz <[email protected]> wrote:

> On a more complex but related matter, I have a Maps app that loses the
> map when I change the orientation. My overlays and locations remain
> visible, but the map detail has gone leaving a plain blue screen (like
> it's over the sea, but it's not!). Any ideas where to start looking
> for the problem?
>

Seems that you have to read about instance states for activities.
Possibly you should store map details at instance state (Bundle) and use
them to restore map state on mode change.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to