Android Open Source - Twitter oauth MyTwitterApp






Project Summary

An android twitter app with OAuth.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MyTwitterApp.

ItemValue
Java File Count9
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version10
Activity Count3
jar files usedactiveandroid-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 Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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