Android Open Source - Twitter fragment TwitterWithFragments






Project Summary

An android twitter app using fragments.

Web Site / Source Repository

TwitterWithFragments is hosted in the following web site
https://github.com/zetsubo/TwitterWithFragments

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

ItemValue
Java File Count15
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version11
Activity Count4
Fragment Count3
jar files usedactiveandroid-3.0.jar
android-async-http-1.4.3.jar
android-support-v4.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 TwitterWithFragments. The names of the image files are listed as follows.

ic_action_edit.png
ic_action_person.png
ic_home.png
ic_mentions.png

The following screenshort is generated from the image listed above.

null

Java Source Files

TwitterWithFragments has the following Java source files.

com.codepath.mytwitterapp.MyTwitterApp.java
com.codepath.mytwitterapp.activities.ComposeActivity.java
com.codepath.mytwitterapp.activities.LoginActivity.java
com.codepath.mytwitterapp.activities.ProfileActivity.java
com.codepath.mytwitterapp.activities.TimelineActivity.java
com.codepath.mytwitterapp.adapters.TweetsAdapter.java
com.codepath.mytwitterapp.fragments.HomeTimelineFragment.java
com.codepath.mytwitterapp.fragments.MentionsFragment.java
com.codepath.mytwitterapp.fragments.MyTimelineFragment.java
com.codepath.mytwitterapp.fragments.TweetsListFragment.java
com.codepath.mytwitterapp.fragments.UserTimelineFragment.java
com.codepath.mytwitterapp.helpers.EndlessScrollListener.java
com.codepath.mytwitterapp.helpers.TwitterClient.java
com.codepath.mytwitterapp.models.Tweet.java
com.codepath.mytwitterapp.models.User.java