Android Open Source - Twitter client android-twitter-redux






Project Summary

v2.0 of a simple Twitter Client.

Web Site / Source Repository

android-twitter-redux is hosted in the following web site
https://github.com/mttlee0/android-twitter-redux

If you think the Android project android-twitter-redux 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 android-twitter-redux.

ItemValue
Java File Count15
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count4
Fragment Count3
jar files usedactiveandroid-3.0.jar
android-async-http-1.4.3.jar
android-support-v4.jar
codepath-oauth-0.2.2.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 6 image files in android-twitter-redux. The names of the image files are listed as follows.

ic_action_tweet_btn.png
ic_action_twitter_logo.png
ic_home_action_bar.png
ic_launcher_twitter_icon.png
ic_mention_action_bar.png
ic_profile.png

The following screenshort is generated from the image listed above.

null




Java Source Files

android-twitter-redux has the following Java source files.

com.codepath.apps.simpletwitterclient.ComposeTweetActivity.java
com.codepath.apps.simpletwitterclient.LoginActivity.java
com.codepath.apps.simpletwitterclient.ProfileActivity.java
com.codepath.apps.simpletwitterclient.TimelineActivity.java
com.codepath.apps.simpletwitterclient.TweetsAdapter.java
com.codepath.apps.simpletwitterclient.TwitterApp.java
com.codepath.apps.simpletwitterclient.TwitterClient.java
com.codepath.apps.simpletwitterclient.fragments.HomeTimelineFragment.java
com.codepath.apps.simpletwitterclient.fragments.MentionsFragment.java
com.codepath.apps.simpletwitterclient.fragments.TweetsListFragment.java
com.codepath.apps.simpletwitterclient.fragments.UserTimelineFragment.java
com.codepath.apps.simpletwitterclient.models.BaseModel.java
com.codepath.apps.simpletwitterclient.models.SampleModel.java
com.codepath.apps.simpletwitterclient.models.Tweet.java
com.codepath.apps.simpletwitterclient.models.User.java