text files - save data in android application even after app is closed without using SharedPreferences? -


this question has answer here:

hi guys wanted save data in android application dont want use shared preferences concept. can save data on text file in phone , perform read/write operations on evertime open app example update hall of fame everytime when game over?

there's list of available options in officional developer guide: https://developer.android.com/guide/topics/data/data-storage.html

the following options explained there:

  • store data using shared preferences
  • save data files on internal or external storage
  • store data in sqlite databases
  • store data on web

Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -