Yahoo, Introduction to Android - Assignment Week 3: Twitter client.
yahoomobileacademy-twitterclient is hosted in the following web site
https://github.com/cdric/yahoomobileacademy-twitterclient
If you think the Android project yahoomobileacademy-twitterclient 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 yahoomobileacademy-twitterclient.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 4 |
Fragment Count | 4 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.jar android-smart-image-view-1.0.0.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 6 image files in yahoomobileacademy-twitterclient. The names of the image files are listed as follows.
ic_action_compose.png ic_action_home.png ic_action_mentions.png ic_action_profile.png ic_action_refresh.png ic_twitter.png
The following screenshort is generated from the image listed above.
yahoomobileacademy-twitterclient has the following Java source files.
com.yahoo.mobileacademy.twitterclient.activities.ComposeActivity.java com.yahoo.mobileacademy.twitterclient.activities.LoginActivity.java com.yahoo.mobileacademy.twitterclient.activities.ProfileActivity.java com.yahoo.mobileacademy.twitterclient.activities.TimelineActivity.java com.yahoo.mobileacademy.twitterclient.adapters.TweetsAdapter.java com.yahoo.mobileacademy.twitterclient.apps.MyTwitterApp.java com.yahoo.mobileacademy.twitterclient.clients.TwitterClient.java com.yahoo.mobileacademy.twitterclient.constants.TwitterAppConstants.java com.yahoo.mobileacademy.twitterclient.fragments.AbstractTimelineFragment.java com.yahoo.mobileacademy.twitterclient.fragments.HomeTimelineFragment.java com.yahoo.mobileacademy.twitterclient.fragments.MentionsTimelineFragment.java com.yahoo.mobileacademy.twitterclient.fragments.UserTimelineFragment.java com.yahoo.mobileacademy.twitterclient.helpers.TwitterAPIHelper.java com.yahoo.mobileacademy.twitterclient.helpers.UtilityClass.java com.yahoo.mobileacademy.twitterclient.listeners.EndlessScrollListener.java com.yahoo.mobileacademy.twitterclient.listeners.FragmentTabListener.java com.yahoo.mobileacademy.twitterclient.models.Tweet.java com.yahoo.mobileacademy.twitterclient.models.User.java