A custom Twitter client app, written for CodePath Android Bootcamp.
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.
The following table is the detailed list of tweetme.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 5 |
Fragment Count | 4 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
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.
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