Android Open Source - Twitter introduction twitter-client






Project Summary

Kevin Keller's twitter client for the introduction to android code path course.

Web Site / Source Repository

twitter-client is hosted in the following web site
https://github.com/kdk-yahoo/twitter-client

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

ItemValue
Java File Count10
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count3
jar files usedActiveAndroid-3.1-adcddac4c58.jar
android-async-http-1.4.3.jar
android-support-v4.jar
codepath-oauth-0.3.0.jar
codepath-utils.jar
scribe-codepath.jar
universal-image-loader-1.8.4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 2 image files in twitter-client. The names of the image files are listed as follows.

ic_compose.png
ic_submit.png

The following screenshort is generated from the image listed above.

null

Java Source Files

twitter-client has the following Java source files.

com.codepath.apps.simpletwitter.ComposeActivity.java
com.codepath.apps.simpletwitter.EndlessScrollListener.java
com.codepath.apps.simpletwitter.LoginActivity.java
com.codepath.apps.simpletwitter.TimelineActivity.java
com.codepath.apps.simpletwitter.TweetArrayAdapter.java
com.codepath.apps.simpletwitter.TwitterApplication.java
com.codepath.apps.simpletwitter.TwitterClient.java
com.codepath.apps.simpletwitter.models.SampleModel.java
com.codepath.apps.simpletwitter.models.Tweet.java
com.codepath.apps.simpletwitter.models.User.java