An android twitter app with OAuth.
MyTwitterApp is hosted in the following web site
https://github.com/zetsubo/MyTwitterApp
If you think the Android project MyTwitterApp 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 MyTwitterApp.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | activeandroid-3.0.jar android-async-http-1.4.3.jar android-support-v4.jar codepath-oauth-0.2.4.jar codepath-utils.jar scribe.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in MyTwitterApp. The names of the image files are listed as follows.
ic_action_edit.png
The following screenshort is generated from the image listed above.
MyTwitterApp has the following Java source files.
com.codepath.mytwitterapp.MyTwitterApp.java com.codepath.mytwitterapp.activities.ComposeActivity.java com.codepath.mytwitterapp.activities.LoginActivity.java com.codepath.mytwitterapp.activities.TimelineActivity.java com.codepath.mytwitterapp.adapters.TweetsAdapter.java com.codepath.mytwitterapp.helpers.EndlessScrollListener.java com.codepath.mytwitterapp.helpers.TwitterClient.java com.codepath.mytwitterapp.models.Tweet.java com.codepath.mytwitterapp.models.User.java