Android Open Source - Twitter client TweetieTweet






Project Summary

Simple Android Twitter Client.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TweetieTweet.

ItemValue
Java File Count17
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count4
Fragment Count2
jar files usedActiveAndroid-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 Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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