CS453 | mobile programming
  • outline
  • projects
  • syllabus
  • links

Android: Data

There are 3 ways that you can store data outside of the code, making it persistent in Android:

  1. SharedPreferences --- storing user preferences

  2. Files

  3. SQLLite database

 

 

 

cs453:mobile programming

  • home
  • outline
  • projects
  • syllabus
  • links