I am making an app in which i have to save some string in shared preference and show it on another page means that i want to save name of user in shared preference in one activity and want to show the name of user on other activity.Any help regarding this will be appreciated.
Thanks
I am making an app in which i have to save some string in
Share
All you need to do is this (all the code is part of an acticity or Service (i.e. Context):
Get a SharedPreferences object:
To store a string:
To read:
Here are more details: http://developer.android.com/guide/topics/data/data-storage.html