Android Open Source - Twitter bootcamp tweetme






Project Summary

A custom Twitter client app, written for CodePath Android Bootcamp.

Web Site / Source Repository

tweetme is hosted in the following web site
https://github.com/eecsninja/tweetme

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

ItemValue
Java File Count17
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count5
Fragment Count4
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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

ic_action_compose.png
ic_action_home_timeline.png
ic_action_mentions_timeline.png
ic_action_profile.png

The following screenshort is generated from the image listed above.

null

Java Source Files

tweetme has the following Java source files.

com.codepath.apps.basictwitter.TwitterApp.java
com.codepath.apps.basictwitter.TwitterClient.java
com.codepath.apps.basictwitter.activities.ComposeActivity.java
com.codepath.apps.basictwitter.activities.LoginActivity.java
com.codepath.apps.basictwitter.activities.ProfileActivity
.java
com.codepath.apps.basictwitter.activities.TimelineActivity
.java
com.codepath.apps.basictwitter.activities.TweetViewActivity.java
com.codepath.apps.basictwitter.adapters.TweetArrayAdapter.java
com.codepath.apps.basictwitter.fragments.HomeTimelineFragment.java
com.codepath.apps.basictwitter.fragments.MentionsTimelineFragment.java
com.codepath.apps.basictwitter.fragments.TweetsListFragment.java
com.codepath.apps.basictwitter.fragments.UserTimelineFragment.java
com.codepath.apps.basictwitter.helpers.EndlessScrollListener.java
com.codepath.apps.basictwitter.helpers.FragmentTabListener.java
com.codepath.apps.basictwitter.helpers.StoredAccountInfo.java
com.codepath.apps.basictwitter.models.Tweet.java
com.codepath.apps.basictwitter.models.User.java