text files - save data in android application even after app is closed without using SharedPreferences? -
this question has answer here:
- how save data in android app 8 answers
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
Post a Comment