On Fri, Nov 12, 2010 at 10:29 AM, acr <[email protected]> wrote: > I looked at onSaveInstanceState android examples, but not sure if this is > what I need or how to implement it in my case. Any help on this would be > GREATLY appreciated. Thanks Al >
You'll probably want some sort of persistent storage, like a database or even XML or flat file if your data is simple enough. ------------------------------------------------------------------------------------------------- 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

