android - can i save data of an my app user in a file not data base -


i want save user data on device , don't want use database.can it? app should use data when ever wants

you use sharedpreferences: http://developer.android.com/training/basics/data-storage/shared-preferences.html

other storage options: http://developer.android.com/guide/topics/data/data-storage.html


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -