Android Open Source - Twitter path MyTwitterClient






Project Summary

My Twitter Client App for android. This is developed as part of Code Path Training.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MyTwitterClient.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count4
Fragment Count2
jar files usedactiveandroid-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 Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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