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

44 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 answers

0
Risadinha On BEST ANSWER
0
987753 On

SharedPreferences is the best way for you to do that.