Android Open Source - Twitter api TwitterClient






Project Summary

Build Twitter Android Client using Twitter API.

Web Site / Source Repository

TwitterClient is hosted in the following web site
https://github.com/startthread/TwitterClient

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

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




Resource Files

There are 12 image files in TwitterClient. The names of the image files are listed as follows.

ic_action_profile.png
ic_action_twitter.png
ic_action_twitter_compose_1.png
ic_favorite.png
ic_favorite_hover.png
ic_favorite_on.png
ic_pull_to_refresh_arrow.png
ic_reply.png
ic_reply_hover.png
ic_retweet.png
ic_retweet_hover.png
ic_retweet_on.png

The following screenshort is generated from the image listed above.

null




Java Source Files

TwitterClient has the following Java source files.

com.codepath.startthread.twitter.Twitter.java
com.codepath.startthread.twitter.TwitterApplication.java
com.codepath.startthread.twitter.TwitterClient.java
com.codepath.startthread.twitter.activities.LoginActivity.java
com.codepath.startthread.twitter.activities.ProfileActivity.java
com.codepath.startthread.twitter.activities.TimelineActivity.java
com.codepath.startthread.twitter.adapters.TweetArrayAdapter.java
com.codepath.startthread.twitter.custom.EndlessScrollListener.java
com.codepath.startthread.twitter.fragments.ComposeDialogFragment.java
com.codepath.startthread.twitter.fragments.HomeTimelineFragment.java
com.codepath.startthread.twitter.fragments.MentionsTimelineFragment.java
com.codepath.startthread.twitter.fragments.ProfileHeadePageOneFragment.java
com.codepath.startthread.twitter.fragments.ProfileHeadePageTwoFragment.java
com.codepath.startthread.twitter.fragments.TweetListFragment.java
com.codepath.startthread.twitter.fragments.UserTimelineFragment.java
com.codepath.startthread.twitter.listeners.SherlockTabListener.java
com.codepath.startthread.twitter.models.SampleModel.java
com.codepath.startthread.twitter.models.Tweet.java
com.codepath.startthread.twitter.models.User.java
com.codepath.startthread.twitter.utils.DateUtils.java
com.codepath.startthread.twitter.utils.ImageUtils.java
com.codepath.startthread.twitter.utils.NetworkUtils.java
com.codepath.startthread.twitter.utils.PrettyTime.java
com.codepath.startthread.twitter.utils.UiUtils.java