My Twitter Client App for android. This is developed as part of Code Path Training.
MyTwitterClient is hosted in the following web site
https://github.com/vinitpatwa/MyTwitterClient
If you think the Android project MyTwitterClient 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 MyTwitterClient.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Fragment Count | 2 |
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 5 image files in MyTwitterClient. The names of the image files are listed as follows.
ic_home.png ic_mentions.png profileimage.png twitcompose.png twitcomposenew.png
The following screenshort is generated from the image listed above.
MyTwitterClient has the following Java source files.
com.vinit.mytwitterapp.ComposeActivity.java com.vinit.mytwitterapp.EndlessScrollListener.java com.vinit.mytwitterapp.LoginActivity.java com.vinit.mytwitterapp.MyTwitterApp.java com.vinit.mytwitterapp.ProfileActivity.java com.vinit.mytwitterapp.ProfileAdapter.java com.vinit.mytwitterapp.TimelineActivity.java com.vinit.mytwitterapp.TweetAdapter.java com.vinit.mytwitterapp.TwitterClient.java com.vinit.mytwitterapp.fragments.MentionsFragment.java com.vinit.mytwitterapp.fragments.TimelineFragment.java com.vinit.mytwitterapp.fragments.TweetsListFragment.java com.vinit.mytwitterapp.models.Tweet.java com.vinit.mytwitterapp.models.User.java