Android Week 3 Project: Twitter App Client.
TwitterAppClient is hosted in the following web site
https://github.com/tristan-meng/TwitterAppClient
If you think the Android project TwitterAppClient 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 TwitterAppClient.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | ActiveAndroid-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 Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in TwitterAppClient. The names of the image files are listed as follows.
ic_compose.png
The following screenshort is generated from the image listed above.
TwitterAppClient has the following Java source files.
com.codepath.apps.twitterappclient.ComposeActivity.java com.codepath.apps.twitterappclient.EndlessScrollListener.java com.codepath.apps.twitterappclient.LoginActivity.java com.codepath.apps.twitterappclient.TimelineActivity.java com.codepath.apps.twitterappclient.TweetAdapter.java com.codepath.apps.twitterappclient.TwitterClient.java com.codepath.apps.twitterappclient.TwitterClientApp.java com.codepath.apps.twitterappclient.models.BaseModel.java com.codepath.apps.twitterappclient.models.SampleModel.java com.codepath.apps.twitterappclient.models.Tweet.java com.codepath.apps.twitterappclient.models.User.java