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

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -

javascript - Iterate over array and calculate average values of array-parts -