An simple android twitter client app..
SimpleTwitterClient is hosted in the following web site
https://github.com/vandanab/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 | 12 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 4 |
jar files used | ActiveAndroid-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 Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 11 image files in SimpleTwitterClient. The names of the image files are listed as follows.
add_user_1.png favorite.png favorite_hover.png favorite_on.png ic_action_social_share.png ic_action_twitter_compose.png reply.png reply_hover.png retweet.png retweet_hover.png retweet_on.png
The following screenshort is generated from the image listed above.
SimpleTwitterClient has the following Java source files.
com.codepath.apps.basictwitter.TweetDetailsActivity.java com.codepath.apps.basictwitter.TwitterApplication.java com.codepath.apps.basictwitter.TwitterClient.java com.codepath.apps.basictwitter.activities.ComposeActivity.java com.codepath.apps.basictwitter.activities.LoginActivity.java com.codepath.apps.basictwitter.activities.TimelineActivity.java com.codepath.apps.basictwitter.adapters.TweetArrayAdapter.java com.codepath.apps.basictwitter.adapters.TweetCursorAdapter.java com.codepath.apps.basictwitter.listeners.TwitterEndlessScrollListener.java com.codepath.apps.basictwitter.models.SampleModel.java com.codepath.apps.basictwitter.models.Tweet.java com.codepath.apps.basictwitter.models.User.java