how to save activity's state in android? -


i want know how can save state of page(activity) when come page should in state in left it. eg if checked checkbox in page after leaving page when come checkbox should checked left. in advance

http://mobile.tutsplus.com/tutorials/android/android-application-preferences/

take @ tutorial sharedpreferences

or

http://developer.android.com/reference/android/content/sharedpreferences.html


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -