Simple Twitter client for Android.
tweedy-bird is hosted in the following web site
https://github.com/boes-matt/tweedy-bird
If you think the Android project tweedy-bird 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 tweedy-bird.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | ActiveAndroid.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 6 image files in tweedy-bird. The names of the image files are listed as follows.
ic_action_new_email.png ic_action_person.png ic_action_refresh.png ic_atsign.png ic_home.png ic_profile.png
The following screenshort is generated from the image listed above.
tweedy-bird has the following Java source files.
com.boes.tweedybird.ComposeActivity.java com.boes.tweedybird.LoginActivity.java com.boes.tweedybird.ProfileActivity.java com.boes.tweedybird.TimelineActivity.java com.boes.tweedybird.TweedyBirdApp.java com.boes.tweedybird.TweetAdapter.java com.boes.tweedybird.TwitterClient.java com.boes.tweedybird.fragments.HomeTimelineFragment.java com.boes.tweedybird.fragments.MentionsFragment.java com.boes.tweedybird.fragments.TweetsListFragment.java com.boes.tweedybird.fragments.UserTimelineFragment.java com.boes.tweedybird.models.Tweet.java com.boes.tweedybird.models.User.java