Basic Twitter client.
android-basic-twitter-client is hosted in the following web site
https://github.com/sayganesha/android-basic-twitter-client
If you think the Android project android-basic-twitter-client 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 android-basic-twitter-client.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 4 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.jar android-support-v4.jar android-support-v7-appcompat.jar codepath-oauth-0.3.0.jar codepath-utils.jar scribe-codepath.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 14 image files in android-basic-twitter-client. The names of the image files are listed as follows.
ic_action_compose.png ic_action_delete_compose.png ic_action_favorited.png ic_action_profile_img.png ic_action_refresh.png ic_action_reply.png ic_action_retweeted.png ic_action_tweet_like.png ic_action_tweet_reply.png ic_action_tweet_retweet.png ic_launcher_twitter.png ic_profile.png ic_tab_home.png ic_tab_mentions.png
The following screenshort is generated from the image listed above.
android-basic-twitter-client has the following Java source files.
com.codepath.apps.basictwitter.TwitterClient.java com.codepath.apps.basictwitter.TwitterClientApp.java com.codepath.apps.basictwitter.activities.LoginActivity.java com.codepath.apps.basictwitter.activities.ProfileActivity.java com.codepath.apps.basictwitter.activities.TimelineActivity.java com.codepath.apps.basictwitter.adapters.EndlessScrollListener.java com.codepath.apps.basictwitter.adapters.SmartFragmentStatePagerAdapter.java com.codepath.apps.basictwitter.adapters.TweetArrayAdapter.java com.codepath.apps.basictwitter.fragments.ComposeTweetDialog.java com.codepath.apps.basictwitter.fragments.HomeTimelineFragmnet.java com.codepath.apps.basictwitter.fragments.MentionsTimelineFragment.java com.codepath.apps.basictwitter.fragments.TweetsListFragment.java com.codepath.apps.basictwitter.fragments.UserTimelineFragment.java com.codepath.apps.basictwitter.fragments.listeners.SupportFragmentTabListener.java com.codepath.apps.basictwitter.models.SampleModel.java com.codepath.apps.basictwitter.models.Tweet.java com.codepath.apps.basictwitter.models.User.java