Android Open Source - Twitter client SlickTweetClient






Project Summary

Twitter client for android.

Web Site / Source Repository

SlickTweetClient is hosted in the following web site
https://github.com/richk/SlickTweetClient

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

ItemValue
Java File Count20
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count5
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.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 8 image files in SlickTweetClient. The names of the image files are listed as follows.

ic_action_compose.png
ic_home.png
ic_image_reply.png
ic_image_retweet.png
ic_image_star.png
ic_mentions.png
ic_profile.png
ic_twitter.png

The following screenshort is generated from the image listed above.

null




Java Source Files

SlickTweetClient has the following Java source files.

com.codepath.apps.basictwitter.LoginActivity.java
com.codepath.apps.basictwitter.ProfileActivity.java
com.codepath.apps.basictwitter.TweetActivity.java
com.codepath.apps.basictwitter.TweetArrayAdapter.java
com.codepath.apps.basictwitter.TweetDetailsActivity.java
com.codepath.apps.basictwitter.TweetFetcher.java
com.codepath.apps.basictwitter.TwitterClientApp.java
com.codepath.apps.basictwitter.TwitterRestClient.java
com.codepath.apps.basictwitter.TwitterTimelineActivity.java
com.codepath.apps.basictwitter.listeners.FragmentTabListener.java
com.codepath.apps.basictwitter.models.SampleModel.java
com.codepath.apps.basictwitter.models.Tweet.java
com.codepath.apps.basictwitter.models.User.java
com.codepath.apps.basictwitter.ui.fragments.CurrentUserTimelineFragment.java
com.codepath.apps.basictwitter.ui.fragments.HomeTimelineFragment.java
com.codepath.apps.basictwitter.ui.fragments.MentionsTimelineFragment.java
com.codepath.apps.basictwitter.ui.fragments.TweetsListFragment.java
com.codepath.apps.basictwitter.ui.fragments.UserTimelineFragment.java
com.codepath.apps.basictwitter.utils.EndlessScrollListener.java
com.codepath.apps.basictwitter.utils.Utils.java