facebook - Remembering logging in in Android -
I'm trying to create an email for Android and logging into the system via Facebook (stored in the online database) I have been emailing logging for, but I am thinking that next time you open the app or not, then I should remember how I should run the best code.
What's the best way to do this in a shared priority file with a boolean to do this? And should I just store it with a username and then get all the user's points from the online user? Is it necessary to encrypt this data in my shared prefix?
Yes, the preferred way of sharing priority is this. And to store only the username, I mean That is to store all the data in the shared priority and then it should be brought from there. There is no point in bringing it from the server every time until it is updated.
Comments
Post a Comment