Where is the best place to store global (auth token) in Android
Answers
Smith
2890
Points
78
Posts
|
You can use SharedPreferences to store the global data. See doc here :https://developer.android.com/reference/android/content/SharedPreferences Following are few example of uses To Save the token:
To get the token
Posted On:
18-Aug-2018 05:33
|
Blog
Active User (0)
No Active User!