I have created an android application where user need to login to store some info like their score, level and so on which are not needed to make secured or open for all.
Now don’t want to prompt user to login or sign up, My question is how my application can automatically grab users identical info like his gmail address for his android account ?
After getting the email i can send the email associating with the application result.
Thanks.
You can store information on
SharedPreferencesFirst register and play…blah blah, done gaming, write result to
SharedPreferencesNext time loading, check/read
SharedPreferenceswhether such info/data exists then process … blah blahLook up info on
SharedPreferences: http://developer.android.com/reference/android/content/SharedPreferences.html