Hmm, ok. Maybe my onCreate() method is wiping it out then when I'm setting the initial value from an intent. Thanks for the idea.
On Sep 2, 10:14 pm, "Mark Murphy" <[email protected]> wrote: > > Mark, so I'm confused. No, the activity was not destroyed, but it > > went in the background when the CameraActivity was started with an > > intent -- do I need to shove the state in manually an instance > > variable of an Application subclass? > > If the activity is not destroyed, there is nothing that needs saving -- > the activity is still in memory. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

