Android Open Source - Twitter fragment CodePathAndroidBootcampW4






Project Summary

Twitter Client with Fragments.

Web Site / Source Repository

CodePathAndroidBootcampW4 is hosted in the following web site
https://github.com/iampeke/CodePathAndroidBootcampW4

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

ItemValue
Java File Count18
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count5
Fragment Count5
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 6 image files in CodePathAndroidBootcampW4. The names of the image files are listed as follows.

ic_app_icon.png
ic_profile.png
ic_profile_bb.png
ic_tweet_button.png
ic_tweet_icon.png
ic_twitter_bird.png

The following screenshort is generated from the image listed above.

null




Java Source Files

CodePathAndroidBootcampW4 has the following Java source files.

com.codepath.apps.basictwitter.EndlessScrollListener.java
com.codepath.apps.basictwitter.FriendActivity.java
com.codepath.apps.basictwitter.LoginActivity.java
com.codepath.apps.basictwitter.NewTweetActivity.java
com.codepath.apps.basictwitter.ProfileActivity.java
com.codepath.apps.basictwitter.TimelineActivity.java
com.codepath.apps.basictwitter.TweetArrayAdapter.java
com.codepath.apps.basictwitter.TwitterApplication.java
com.codepath.apps.basictwitter.TwitterClient.java
com.codepath.apps.basictwitter.fragments.FriendTimelineFragment.java
com.codepath.apps.basictwitter.fragments.HomeTimelineFragment.java
com.codepath.apps.basictwitter.fragments.MentionsTimelineFragment.java
com.codepath.apps.basictwitter.fragments.UserTimelineFragment.java
com.codepath.apps.basictwitter.fragments.tweetsListFragment.java
com.codepath.apps.basictwitter.listeners.FragmentTabListener.java
com.codepath.apps.basictwitter.models.SampleModel.java
com.codepath.apps.basictwitter.models.Tweet.java
com.codepath.apps.basictwitter.models.User.java