I would like to write my own authenticator for Android. I found this good tutorial for this, but instead of using Parse as the authentication server, I want to use the Google App Engine:
http://udinic.wordpress.com/2013/04/24/write-your-own-android-authenticator/
The problem is that I could not find a way to do this. Do you know if this is possible?
All I can find is to implement authentication with a Google account, but Id prefers to allow users to use any email account.
Thank.
source
share