Codepath Android Bootcamp Project Week 3: Twitter Client.
android-aphex-twitter is hosted in the following web site
https://github.com/aphexcx/android-aphex-twitter
If you think the Android project android-aphex-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.
The following table is the detailed list of android-aphex-twitter.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 1 |
jar files used | ActiveAndroid-3.1-adcddac4c58.jar android-async-http-1.4.3.jar codepath-oauth-0.3.0.jar codepath-utils.jar prettytime-3.2.4.Final.jar scribe-codepath.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in android-aphex-twitter. The names of the image files are listed as follows.
ic_action_compose.png ic_home.png ic_mentions.png ic_profile.png
The following screenshort is generated from the image listed above.
android-aphex-twitter has the following Java source files.
com.example.aphextwitter.app.AphexTwitterApp.java com.example.aphextwitter.app.EndlessScrollListener.java com.example.aphextwitter.app.TweetsAdapter.java com.example.aphextwitter.app.TwitterClient.java com.example.aphextwitter.app.activities.ComposeActivity.java com.example.aphextwitter.app.activities.LoginActivity.java com.example.aphextwitter.app.activities.ProfileActivity.java com.example.aphextwitter.app.activities.TimelineActivity.java com.example.aphextwitter.app.fragments.HomeTimelineFragment.java com.example.aphextwitter.app.fragments.MentionsFragment.java com.example.aphextwitter.app.fragments.TweetsListFragment.java com.example.aphextwitter.app.fragments.UserTimelineFragment.java com.example.aphextwitter.app.models.SampleModel.java com.example.aphextwitter.app.models.SerializableJSONArray.java com.example.aphextwitter.app.models.Tweet.java com.example.aphextwitter.app.models.User.java org.ocpsoft.prettytime.i18n.TWITTER_Resources.java