Hi, What does state of an application include? Does it include only cursor position,...etc or does it include some text the user has got like in my example when the game is over I display Some xyz is the winner? My problem is I have 4 buttons when user clicks on any button certain info is shown on the button. Now when the orientation changes the info is lost. To save the info I have used preferences( so I have converted the info into string and stores). Now I am not able to understand if this (saving of data) shoudl be done in onPause/onResume or in onSaveInstanceState/onRestoreInstanceState. As I was looking for this info I found somebody say that "the savedInstanceState is only for saving state associated with a current instance of an Activity, for example current navigation or selection info" so a little confusion. Thanks in advance
-- 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

