I'm assuming that the data you want to save includes a geocode (lat/long) and some additional data, such as title. The answer to your question can get quite elaborate, depending on the details. However, I suggest you start with the simplest thing that work. That would probably be see the marker and data after the activity is resumed. Using Shared Preferences, in the onPause method save the data and in onResume, resote the data.
-- 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

