Android Open Source - Twitter application TwitterClient






Project Summary

Android app: twitter client app for codepath.

Web Site / Source Repository

TwitterClient is hosted in the following web site
https://github.com/duxing/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 Count18
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version11
Activity Count4
Fragment Count3
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.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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

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

The following screenshort is generated from the image listed above.

null

Java Source Files

TwitterClient has the following Java source files.

com.codepath.apps.twitterclient.ComposeActivity.java
com.codepath.apps.twitterclient.EndlessScrollListener.java
com.codepath.apps.twitterclient.LoginActivity.java
com.codepath.apps.twitterclient.ProfileActivity.java
com.codepath.apps.twitterclient.TimelineActivity.java
com.codepath.apps.twitterclient.TweetAdapter.java
com.codepath.apps.twitterclient.TwitterClient.java
com.codepath.apps.twitterclient.TwitterClientApp.java
com.codepath.apps.twitterclient.fragments.HomeTimelineFragment.java
com.codepath.apps.twitterclient.fragments.MentionsFragment.java
com.codepath.apps.twitterclient.fragments.OfflineCompatibleFragment.java
com.codepath.apps.twitterclient.fragments.ProfileFragment.java
com.codepath.apps.twitterclient.fragments.TweetListFragment.java
com.codepath.apps.twitterclient.fragments.UserTimelineFragment.java
com.codepath.apps.twitterclient.models.BaseModel.java
com.codepath.apps.twitterclient.models.SampleModel.java
com.codepath.apps.twitterclient.models.Tweet.java
com.codepath.apps.twitterclient.models.User.java