This is an android application which simulates a Twitter client.
TweetIt is hosted in the following web site
https://github.com/djmalice/TweetIt
If you think the Android project TweetIt 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 TweetIt.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 5 |
Fragment Count | 4 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.jar android-support-v4.jar codepath-oauth-0.3.0.jar codepath-utils.jar scribe-codepath.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in TweetIt. The names of the image files are listed as follows.
ic_action_compose.png ic_action_tweet.png ic_home.png ic_mentions.png ic_profile.png
The following screenshort is generated from the image listed above.
TweetIt has the following Java source files.
com.smalltricks.apps.tweetit.TwitterClient.java com.smalltricks.apps.tweetit.TwitterClientApplication.java com.smalltricks.apps.tweetit.activities.ComposeActivity.java com.smalltricks.apps.tweetit.activities.DetailActivity.java com.smalltricks.apps.tweetit.activities.LoginActivity.java com.smalltricks.apps.tweetit.activities.ProfileActivity.java com.smalltricks.apps.tweetit.activities.TimelineActivity.java com.smalltricks.apps.tweetit.adapters.TweetArrayAdapter.java com.smalltricks.apps.tweetit.fragments.HomeTimelineFragment.java com.smalltricks.apps.tweetit.fragments.MentionsTimelineFragment.java com.smalltricks.apps.tweetit.fragments.TweetsListFragment.java com.smalltricks.apps.tweetit.fragments.UserTimelineFragment.java com.smalltricks.apps.tweetit.helpers.EndlessScrollListener.java com.smalltricks.apps.tweetit.listeners.FragmentTabListener.java com.smalltricks.apps.tweetit.models.SampleModel.java com.smalltricks.apps.tweetit.models.Tweet.java com.smalltricks.apps.tweetit.models.User.java