On Thu, Aug 5, 2010 at 1:55 PM, livinberlin <[email protected]> wrote:
> If the data is stored in a member variable, the data will be lost when I > turn the device (as the activity is destroyed and recreated). I would have > to use onRetainNonInstanceState or onSaveInstanceState to pass that data to > the new activity. But that would blow up my code more than I would like. > Well, that's what you gots to do, unfortunately. Two extra functions with one line apiece ain't going to kill you ;-) ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

