I want to make a special android app for a company. My purpose is that if users don't have email and password, they can register and then login
or users have already have an account so they can login easily.
I finished the design and code so far but I have a problem at this point: I don't know how and where to store users email and password? I need a file such as '.ini'
or '.conf'
, where to store users ınformation. Please guide me how to do this.
Asked
Active
Viewed 91 times
1

zcygnus
- 11
- 2
-
2SharedPreferences ? ContentProvider ? – Blackbelt Jul 24 '13 at 13:23
-
If you want to store permanent means you should use Shared Preference which is used by Facebook and Twitter SDK to store Access Token and Secret. – Spring Breaker Jul 24 '13 at 13:32
-
On the server perhaps ? – S.D. Jul 25 '13 at 04:50