I am new to Android. I want to know where it is best to store something like the authentication token that I get from entering my server. With each subsequent request, I will have to publish this authentication token. Of course, I could store the global class somewhere, but I just want to know what a good / standard way to store data that is stored in activities and intents . Thanks!
android authentication access-token
botbot
source share