On Tue, Jan 26, 2010 at 4:16 PM, katti <[email protected]> wrote: > So can't we store some info (like: some > arrays, some text) as this might form my state info. I tried doing I > got the arrays null so want to know what all state means as when I > wanted to store my arrays I could not so my confusion was as to what > all state info mean. >
Yes, you can save pretty much whatever you want / need. How are you trying to save / restore? You should be putting stuff in the bundle object in onSaveInstanceState and retrieving it in onRestoreInstanceState or onCreate. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

