This is an OAuth2 Demo on Android.
OAuth-Sample-Android is hosted in the following web site
https://github.com/cynosure7/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 | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Required Permissions | android.permission.INTERNET |
There are 2 image files in OAuth-Sample-Android. The names of the image files are listed as follows.
cisco1.png cisco2.png
The following screenshort is generated from the image listed above.
OAuth-Sample-Android has the following Java source files.
com.ecs.android.sample.oauth2.Constants.java com.ecs.android.sample.oauth2.FlowConstant.java com.ecs.android.sample.oauth2.HttpsClient.java com.ecs.android.sample.oauth2.IntroScreen.java com.ecs.android.sample.oauth2.MainScreen.java com.ecs.android.sample.oauth2.MySSLSocketFactory.java com.ecs.android.sample.oauth2.OAuth2Helper.java com.ecs.android.sample.oauth2.OAuthAccessTokenActivity.java com.ecs.android.sample.oauth2.OAuthCodeActivity.java com.ecs.android.sample.oauth2.Response.java com.ecs.android.sample.oauth2.store.CredentialSharedPreference.java com.ecs.android.sample.oauth2.store.SharedPreferencesCredentialStore.java