Kevin Keller's second twitter client for the introduction to android code path course.
twitter-client-revamp is hosted in the following web site
https://github.com/kdk-yahoo/twitter-client-revamp
If you think the Android project twitter-client-revamp 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 twitter-client-revamp.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Fragment Count | 4 |
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.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in twitter-client-revamp. The names of the image files are listed as follows.
ic_compose.png ic_home.png ic_mentions.png ic_profile.png ic_submit.png
The following screenshort is generated from the image listed above.
twitter-client-revamp 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.ProfileActivity.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.fragments.HomeTimelineFragment.java com.codepath.apps.simpletwitter.fragments.MentionsTimelineFragment.java com.codepath.apps.simpletwitter.fragments.TweetsListFragment.java com.codepath.apps.simpletwitter.fragments.UserTimelineFragment.java com.codepath.apps.simpletwitter.listeners.FragmentTabListener.java com.codepath.apps.simpletwitter.models.SampleModel.java com.codepath.apps.simpletwitter.models.Tweet.java com.codepath.apps.simpletwitter.models.User.java