Android Open Source - Twitter assignment codepath-twitter






Project Summary

Twitter client assignment for March '14 CodePath Android boot camp.

Web Site / Source Repository

codepath-twitter is hosted in the following web site
https://github.com/calvin-n-hobbes/codepath-twitter

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

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

ic_compose.png
ic_profile.png

The following screenshort is generated from the image listed above.

null

Java Source Files

codepath-twitter has the following Java source files.

com.codepath.apps.mytwitterapp.ComposeActivity.java
com.codepath.apps.mytwitterapp.DetailActivity.java
com.codepath.apps.mytwitterapp.DetailFragment.java
com.codepath.apps.mytwitterapp.EndlessScrollListener.java
com.codepath.apps.mytwitterapp.FragmentTabListener.java
com.codepath.apps.mytwitterapp.HomeTimelineFragment.java
com.codepath.apps.mytwitterapp.LoginActivity.java
com.codepath.apps.mytwitterapp.MentionsFragment.java
com.codepath.apps.mytwitterapp.MyTwitterApp.java
com.codepath.apps.mytwitterapp.ProfileActivity.java
com.codepath.apps.mytwitterapp.TimelineActivity.java
com.codepath.apps.mytwitterapp.TweetsActivity.java
com.codepath.apps.mytwitterapp.TweetsAdapter.java
com.codepath.apps.mytwitterapp.TweetsListFragment.java
com.codepath.apps.mytwitterapp.TwitterClient.java
com.codepath.apps.mytwitterapp.UserTimelineFragment.java
com.codepath.apps.mytwitterapp.models.SampleModel.java
com.codepath.apps.mytwitterapp.models.Tweet.java
com.codepath.apps.mytwitterapp.models.User.java