Simple Android Twitter Client.
TweetieTweet is hosted in the following web site
https://github.com/NatashaTheRobot/TweetieTweet
If you think the Android project TweetieTweet 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 TweetieTweet.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 2 |
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.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in TweetieTweet. The names of the image files are listed as follows.
connect_twitter_button.png ic_action_mentions.png ic_action_profile.png ic_action_timeline.png ic_action_tweet.png
The following screenshort is generated from the image listed above.
TweetieTweet has the following Java source files.
adapters.TweetsAdapter.java com.natashatherobot.tweetietweet.ComposeActivity.java com.natashatherobot.tweetietweet.LoginActivity.java com.natashatherobot.tweetietweet.ProfileActivity.java com.natashatherobot.tweetietweet.TweetsActivity.java fragments.HomeTimelineFragment.java fragments.MentionsFragment.java fragments.ProfileHeaderFragment.java fragments.TweetsListFragment.java fragments.UserTimelineFragment.java helpers.Constants.java helpers.DelayTask.java helpers.EndlessScrollListener.java helpers.TweetieBirdApp.java helpers.TwitterClient.java models.Tweet.java models.User.java