can any one help me in finding way for persisting data throughout application(For ex: session detail) ?
Asked
Active
Viewed 41 times
-2
-
Use SettingPreffrences.Its the best way – Anuj Nov 25 '14 at 13:59
-
See this http://www.androidhive.info/2012/08/android-session-management-using-shared-preferences/ – Anuj Nov 25 '14 at 14:00
1 Answers
1
You can use shared preferences in android
How to use SharedPreferences in Android to store, fetch and edit values
Also you can store data in sqlite database and there is great library you can use for it. http://ormlite.com/sqlite_java_android_orm.shtml