A reference design for enabling an Android app to authenticate with an OAuth2 server.
oauth2-android-reference is hosted in the following web site
https://github.com/Toodledo/oauth2-android-reference
If you think the Android project oauth2-android-reference 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 oauth2-android-reference.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar google-http-client-1.15.0-rc.jar google-http-client-jackson2-1.17.0-rc.jar google-oauth-client-1.15.0-rc.jar httpcore-4.0.1.jar jackson-core-2.2.3.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in oauth2-android-reference. The names of the image files are listed as follows.
toodledo_logo.png
The following screenshort is generated from the image listed above.
oauth2-android-reference has the following Java source files.
com.toodledo.android.oauth2.ApplicationController.java com.toodledo.android.oauth2.MainScreen.java com.toodledo.android.oauth2.NotificationHelper.java com.toodledo.android.oauth2.OAuth2Helper.java com.toodledo.android.oauth2.OAuthAccessTokenActivity.java com.toodledo.android.oauth2.Parameters.java com.toodledo.android.oauth2.SessionIdentifierGenerator.java com.toodledo.android.oauth2.store.SharedPreferencesCredentialStore.java