Android Open Source - Twitter fragment TwitterAppWithFragments






Project Summary

Twitter App with Fragments.

Web Site / Source Repository

TwitterAppWithFragments is hosted in the following web site
https://github.com/rchandanala/TwitterAppWithFragments

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

ItemValue
Java File Count18
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version10
Activity Count4
jar files usedactiveandroid-3.0.jar
android-async-http-1.4.3.jar
android-smart-image-view-1.0.0.jar
codepath-oauth-0.2.4.jar
codepath-utils.jar
scribe.jar
universal-image-loader-1.8.4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 4 image files in TwitterAppWithFragments. The names of the image files are listed as follows.

ic_compose.png
ic_home.png
ic_mentions.png
ic_profile.png

The following screenshort is generated from the image listed above.

null

Java Source Files

TwitterAppWithFragments has the following Java source files.

com.codepath.apps.twitterapp.ComposeActivity.java
com.codepath.apps.twitterapp.EndlessScrollListener.java
com.codepath.apps.twitterapp.LoginActivity.java
com.codepath.apps.twitterapp.MyTwitterApp.java
com.codepath.apps.twitterapp.ProfileActivity.java
com.codepath.apps.twitterapp.SherlockTabListener.java
com.codepath.apps.twitterapp.TimelineActivity.java
com.codepath.apps.twitterapp.TweetsArrayAdapter.java
com.codepath.apps.twitterapp.TwitterClientApp.java
com.codepath.apps.twitterapp.fragments.HomeTimelineFragment.java
com.codepath.apps.twitterapp.fragments.MentionsTimelineFragment.java
com.codepath.apps.twitterapp.fragments.ProfileHeaderFragment.java
com.codepath.apps.twitterapp.fragments.TweetsFragment.java
com.codepath.apps.twitterapp.fragments.UserTimelineFragment.java
com.codepath.apps.twitterapp.models.BaseModel.java
com.codepath.apps.twitterapp.models.SampleModel.java
com.codepath.apps.twitterapp.models.Tweet.java
com.codepath.apps.twitterapp.models.User.java