Twitter Client extended.
CodepathWeek4 is hosted in the following web site
https://github.com/kgleong/CodepathWeek4
If you think the Android project CodepathWeek4 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 CodepathWeek4.
Item | Value |
---|---|
Java File Count | 22 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 4 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.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 7 image files in CodepathWeek4. The names of the image files are listed as follows.
ic_action_home.png ic_action_mention.png ic_action_profile.png ic_action_refresh.png ic_new_tweet.png ic_twitter_launcher.png twitter_icon.png
The following screenshort is generated from the image listed above.
CodepathWeek4 has the following Java source files.
com.codepath.apps.twitterclone.TwitterApp.java com.codepath.apps.twitterclone.activities.LoginActivity.java com.codepath.apps.twitterclone.activities.ProfileActivity.java com.codepath.apps.twitterclone.activities.TimelineActivity.java com.codepath.apps.twitterclone.adapters.TweetArrayAdapter.java com.codepath.apps.twitterclone.adapters.UserDrawerAdapter.java com.codepath.apps.twitterclone.clients.TwitterClient.java com.codepath.apps.twitterclone.drawers.FragmentNavigationDrawer.java com.codepath.apps.twitterclone.fragments.HomeTimelineFragment.java com.codepath.apps.twitterclone.fragments.MentionsTimelineFragment.java com.codepath.apps.twitterclone.fragments.NewTweetFragment.java com.codepath.apps.twitterclone.fragments.TweetsListFragment.java com.codepath.apps.twitterclone.fragments.UserProfileHeaderFragment.java com.codepath.apps.twitterclone.fragments.UserTimelineFragment.java com.codepath.apps.twitterclone.handlers.AccountCredentialHandler.java com.codepath.apps.twitterclone.listeners.EndlessScrollListener.java com.codepath.apps.twitterclone.listeners.SupportFragmentTabListener.java com.codepath.apps.twitterclone.models.SampleModel.java com.codepath.apps.twitterclone.models.Tweet.java com.codepath.apps.twitterclone.models.User.java com.codepath.apps.twitterclone.utilities.TimeDateUtility.java