This is just a simple code to authenticate your app using Google auth. The original code is available at https://github.com/ddewaele/AndroidOAuthFlowSample.
OAuth-Sample-Android is hosted in the following web site
https://github.com/ajithmemana/OAuth-Sample-Android
If you think the Android project OAuth-Sample-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of OAuth-Sample-Android.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar myjson-2.1.jar signpost-commonshttp4-1.2.1.2.jar signpost-core-1.2.1.2.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in OAuth-Sample-Android. The names of the image files are listed as follows.
avatar_image.png
The following screenshort is generated from the image listed above.
OAuth-Sample-Android has the following Java source files.
com.ecs.android.oauth.Constants.java com.ecs.android.oauth.Imageloader.FileCache.java com.ecs.android.oauth.Imageloader.ImageLoader.java com.ecs.android.oauth.Imageloader.MemoryCache.java com.ecs.android.oauth.Imageloader.Utils.java com.ecs.android.oauth.OAuthFlowApp.java com.ecs.android.oauth.OAuthRequestTokenTask.java com.ecs.android.oauth.PrepareRequestTokenActivity.java com.ecs.android.oauth.ReadProfileDataAsync.java com.ecs.android.oauth.RetrieveAccessTokenTask.java com.ecs.android.oauth.Utility.java