Cloned Twitter application for Android.
Twitter is hosted in the following web site
https://github.com/whoshuu/Twitter
If you think the Android project Twitter 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 Twitter.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | activeandroid-3.0.jar android-async-http-1.4.3.jar android-support-v4.jar codepath-oauth-0.2.4.jar codepath-utils.jar scribe.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in Twitter. The names of the image files are listed as follows.
ic_cancel_compose.png ic_compose.png ic_home.png ic_mentions.png ic_profile.png
The following screenshort is generated from the image listed above.
Twitter has the following Java source files.
whoshuu.twitteractivity.ComposeActivity.java whoshuu.twitteractivity.EndlessScrollListener.java whoshuu.twitteractivity.ProfileActivity.java whoshuu.twitteractivity.TimelineActivity.java whoshuu.twitteractivity.TweetAdapter.java whoshuu.twitteractivity.TwitterActivity.java whoshuu.twitteractivity.TwitterClient.java whoshuu.twitteractivity.TwitterClientApp.java whoshuu.twitteractivity.fragments.HomeTimelineFragment.java whoshuu.twitteractivity.fragments.MentionsFragment.java whoshuu.twitteractivity.fragments.TweetsListFragment.java whoshuu.twitteractivity.fragments.UserTimelineFragment.java whoshuu.twitteractivity.models.Tweet.java whoshuu.twitteractivity.models.User.java