Hello,

I have following problem with my application:
in my main activity, i listen for gps points and show them on my map.
if i want to describe a important point, i open a second activity with
a EditText and i can save the description and finish this second
activity (to write text, i change to landscape mode). when i return to
the main activity, the overlay isnt display any more.
My main activity has the android:screenOrientation="portrait"
attribute. I have implement the onSaveInstanceState()-Method, but how
can i save the overlay (list)??  Must I implement a Parcelable
Objekt??

Thanks,
Stefan

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

Reply via email to