A simple twitter client for android..
tweetastic-android is hosted in the following web site
https://github.com/coryasaurus/tweetastic-android
If you think the Android project tweetastic-android 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 tweetastic-android.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 3 |
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 3 image files in tweetastic-android. The names of the image files are listed as follows.
ic_compose.png ic_profile.png ic_refresh.png
The following screenshort is generated from the image listed above.
tweetastic-android has the following Java source files.
com.corydominguez.tweetastic.TweetasticApp.java com.corydominguez.tweetastic.activities.ComposeActivity.java com.corydominguez.tweetastic.activities.FeedActivity.java com.corydominguez.tweetastic.activities.LoginActivity.java com.corydominguez.tweetastic.activities.ProfileActivity.java com.corydominguez.tweetastic.adapters.FeedAdapter.java com.corydominguez.tweetastic.clients.TwitterClient.java com.corydominguez.tweetastic.fragments.MentionsFragment.java com.corydominguez.tweetastic.fragments.TimelineFragment.java com.corydominguez.tweetastic.fragments.TweetListFragment.java com.corydominguez.tweetastic.fragments.UserTimelineFragment.java com.corydominguez.tweetastic.listeners.EndlessScrollListener.java com.corydominguez.tweetastic.models.Tweet.java com.corydominguez.tweetastic.models.User.java