Android client for Twitter.
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.
The following table is the detailed list of SimpleTwitterClient.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Fragment Count | 5 |
jar files used | ActiveAndroid-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 Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\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 |
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.
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