Android> file vs SQLite
I have to save my application's settings, but I don't know if I should use
a file or a table. I don't need to share them with other application and
these settings are just 3-4 booleans used to remember the application to
execute an action in a way or in another one. Is it a good idea to create
a table just for 3-4 values? Or should I use a file instead small?
No comments:
Post a Comment