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

81 Views Asked by At

I want save the user data on the device itself , but I don't want to use database.Can I do it? The app should use this data when ever it wants

2

There are 2 best solutions below

0
On BEST ANSWER
0
On

SharedPreferences is the best way for you to do that.