Android Open Source - Twitter client SimpleTwitterClient






Project Summary

Android client for Twitter.

Web Site / Source Repository

SimpleTwitterClient is hosted in the following web site
https://github.com/plamoreux/SimpleTwitterClient

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

ItemValue
Java File Count19
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count4
Fragment Count5
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.8.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\fonts\BPreplay.otf
assets\fonts\BPreplayBold.otf
assets\fonts\BPreplayBoldItalics.otf
assets\fonts\BPreplayItalics.otf
assets\fonts\Quicksand-Bold.otf
assets\fonts\Quicksand-BoldItalic.otf
assets\fonts\Quicksand-Italic.otf
assets\fonts\Quicksand-Light.otf
assets\fonts\Quicksand-LightItalic.otf
assets\fonts\Quicksand-Regular.otf
assets\fonts\Quicksand_Dash.otf




Resource Files

There are 15 image files in SimpleTwitterClient. The names of the image files are listed as follows.

ic_action_back.png
ic_action_new_tweet.png
ic_action_reply.png
ic_arrow_left.png
ic_favorite.png
ic_favorite_blue.png
ic_favorite_yellow.png
ic_home.png
ic_home_blue.png
ic_mention.png
ic_mention_blue.png
ic_profile.png
ic_retweet.png
ic_retweet_blue.png
ic_twitter.png

The following screenshort is generated from the image listed above.

null




Java Source Files

SimpleTwitterClient has the following Java source files.

com.paullamoreux.simpletwitter.TwitterApplication.java
com.paullamoreux.simpletwitter.TwitterClient.java
com.paullamoreux.simpletwitter.activities.LoginActivity.java
com.paullamoreux.simpletwitter.activities.ProfileActivity.java
com.paullamoreux.simpletwitter.activities.TimelineActivity.java
com.paullamoreux.simpletwitter.activities.TweetDetailActivity.java
com.paullamoreux.simpletwitter.adapters.TweetArrayAdapter.java
com.paullamoreux.simpletwitter.dialogs.ComposeDialog.java
com.paullamoreux.simpletwitter.fragments.HomeTimelineFragment.java
com.paullamoreux.simpletwitter.fragments.MentionsTimelineFragment.java
com.paullamoreux.simpletwitter.fragments.TweetsListFragment.java
com.paullamoreux.simpletwitter.fragments.UserTimelineFragment.java
com.paullamoreux.simpletwitter.helpers.EndlessScrollListener.java
com.paullamoreux.simpletwitter.helpers.Utils.java
com.paullamoreux.simpletwitter.listeners.FragmentTabListener.java
com.paullamoreux.simpletwitter.models.MediaItem.java
com.paullamoreux.simpletwitter.models.SampleModel.java
com.paullamoreux.simpletwitter.models.Tweet.java
com.paullamoreux.simpletwitter.models.User.java