Android Open Source - Twitter client AndroidTwitterClient






Project Summary

A simple twitter client for Android.

Web Site / Source Repository

AndroidTwitterClient is hosted in the following web site
https://github.com/nehakarajgikar/AndroidTwitterClient

If you think the Android project AndroidTwitterClient 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 AndroidTwitterClient.

ItemValue
Java File Count15
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count4
Fragment Count3
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 4 image files in AndroidTwitterClient. The names of the image files are listed as follows.

ic_action_compose.png
ic_home.png
ic_mentions.png
ic_profile.png

The following screenshort is generated from the image listed above.

null

Java Source Files

AndroidTwitterClient has the following Java source files.

com.codepath.apps.androidtwitterclient.ComposeActivity.java
com.codepath.apps.androidtwitterclient.EndlessScrollListener.java
com.codepath.apps.androidtwitterclient.LoginActivity.java
com.codepath.apps.androidtwitterclient.ProfileActivity.java
com.codepath.apps.androidtwitterclient.TimelineActivity.java
com.codepath.apps.androidtwitterclient.TweetAdapter.java
com.codepath.apps.androidtwitterclient.TwitterClient.java
com.codepath.apps.androidtwitterclient.TwitterClientApp.java
com.codepath.apps.androidtwitterclient.fragments.HomeTimelineFragment.java
com.codepath.apps.androidtwitterclient.fragments.MentionsTimelineFragment.java
com.codepath.apps.androidtwitterclient.fragments.TweetsListFragment.java
com.codepath.apps.androidtwitterclient.fragments.UserTimelineFragment.java
com.codepath.apps.androidtwitterclient.models.SampleModel.java
com.codepath.apps.androidtwitterclient.models.Tweet.java
com.codepath.apps.androidtwitterclient.models.User.java