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

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

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -