Twitter Client -- Android App.
TwitterApp is hosted in the following web site
https://github.com/skjaini/TwitterApp
If you think the Android project TwitterApp 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 TwitterApp.
Item | Value |
---|---|
Java File Count | 16 |
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-3.0.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 8 image files in TwitterApp. The names of the image files are listed as follows.
ic_action_home.png ic_action_mentions.png ic_action_post.png ic_action_refresh.png ic_home.png ic_metions.png ic_profile.png ic_twitter.png
The following screenshort is generated from the image listed above.
TwitterApp has the following Java source files.
com.codepath.apps.twitterapp.EndlessScrollListener.java com.codepath.apps.twitterapp.LoginActivity.java com.codepath.apps.twitterapp.PostActivity.java com.codepath.apps.twitterapp.ProfileActivity.java com.codepath.apps.twitterapp.TimelineActivity.java com.codepath.apps.twitterapp.TweetsAdapter.java com.codepath.apps.twitterapp.TwitterClient.java com.codepath.apps.twitterapp.TwitterClientApp.java com.codepath.apps.twitterapp.fragments.HomeTimelineFragment.java com.codepath.apps.twitterapp.fragments.MentionsFragment.java com.codepath.apps.twitterapp.fragments.TweetsListFragment.java com.codepath.apps.twitterapp.fragments.UserTimelineFragment.java com.codepath.apps.twitterapp.models.BaseModel.java com.codepath.apps.twitterapp.models.SampleModel.java com.codepath.apps.twitterapp.models.Tweet.java com.codepath.apps.twitterapp.models.User.java