-2

can any one help me in finding way for persisting data throughout application(For ex: session detail) ?

Nirav Alagiya
  • 721
  • 1
  • 5
  • 19

1 Answers1

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

Community
  • 1
  • 1
Zaartha
  • 1,106
  • 9
  • 25