Android Open Source - Twitter oauth mobileAndroidTwitterClient






Project Summary

Android Mobile Twitter Client App, using Oauth.

Web Site / Source Repository

mobileAndroidTwitterClient is hosted in the following web site
https://github.com/boyserk84/mobileAndroidTwitterClient

If you think the Android project mobileAndroidTwitterClient 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 mobileAndroidTwitterClient.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version11
Activity Count3
Fragment Count2
jar files usedActiveAndroid-3.1-adcddac4c58.jar
android-async-http-1.4.3.jar
android-support-v4.jar
codepath-oauth-0.3.0.jar
codepath-utils.jar
scribe-codepath.jar
universal-image-loader-1.8.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 5 image files in mobileAndroidTwitterClient. The names of the image files are listed as follows.

ic_compose.png
ic_home.png
ic_mention.png
ic_profile.png
ic_twitter.png

The following screenshort is generated from the image listed above.

null

Java Source Files

mobileAndroidTwitterClient has the following Java source files.

com.codepath.apps.adapters.TweetsAdapter.java
com.codepath.apps.fragments.HomeTimelineFragment.java
com.codepath.apps.fragments.MentionsFragment.java
com.codepath.apps.fragments.TweetsListFragment.java
com.codepath.apps.interfaces.RequestDataAPI.java
com.codepath.apps.interfaces.ResultDataAPIListener.java
com.codepath.apps.mytwitterapp.ComposeActivity.java
com.codepath.apps.mytwitterapp.LoginActivity.java
com.codepath.apps.mytwitterapp.MyTwitterApp.java
com.codepath.apps.mytwitterapp.MyTwitterClient.java
com.codepath.apps.mytwitterapp.TimelineActivity.java
com.codepath.apps.mytwitterapp.models.Tweet.java
com.codepath.apps.mytwitterapp.models.User.java
com.codepath.apps.views.EndlessScrollListener.java