Android Open Source - Twitter timeline AndroidTwitterClient






Project Summary

Simple Twitter client for Android for viewing timeline and posting tweets.

Web Site / Source Repository

AndroidTwitterClient is hosted in the following web site
https://github.com/steffanc/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 Count14
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.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.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_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.twitterclient.ComposeTweetActivity.java
com.codepath.apps.twitterclient.EndlessScroll.java
com.codepath.apps.twitterclient.LoginActivity.java
com.codepath.apps.twitterclient.ProfileActivity.java
com.codepath.apps.twitterclient.TweetsActivity.java
com.codepath.apps.twitterclient.TweetsAdapter.java
com.codepath.apps.twitterclient.TwitterClient.java
com.codepath.apps.twitterclient.TwitterClientApp.java
com.codepath.apps.twitterclient.fragments.HomeTimelineFragment.java
com.codepath.apps.twitterclient.fragments.MentionsTimelineFragment.java
com.codepath.apps.twitterclient.fragments.TweetsListFragment.java
com.codepath.apps.twitterclient.fragments.UserTimelineFragment.java
com.codepath.apps.twitterclient.models.Tweet.java
com.codepath.apps.twitterclient.models.User.java