Android Open Source - Twitter interface wowthisisnottwitter






Project Summary

Android Twitter app with Fragments and tapped interface.

Web Site / Source Repository

wowthisisnottwitter is hosted in the following web site
https://github.com/victorynature/wowthisisnottwitter

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

ItemValue
Java File Count16
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
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 8 image files in wowthisisnottwitter. The names of the image files are listed as follows.

blue_arrow_up.png
ic_home.png
ic_mention.png
ic_new_post.png
ic_profile.png
new_tweet.png
search.png
twitter_bird.png

The following screenshort is generated from the image listed above.

null




Java Source Files

wowthisisnottwitter has the following Java source files.

com.codepath.apps.mytwitterapp.ComposeTweet.java
com.codepath.apps.mytwitterapp.EndlessScrollListener.java
com.codepath.apps.mytwitterapp.LoginActivity.java
com.codepath.apps.mytwitterapp.MyTwitterApp.java
com.codepath.apps.mytwitterapp.ProfileActivity.java
com.codepath.apps.mytwitterapp.ProfileImageOnClickListener.java
com.codepath.apps.mytwitterapp.TimelineActivity.java
com.codepath.apps.mytwitterapp.TweetsAdapter.java
com.codepath.apps.mytwitterapp.TwitterClient.java
com.codepath.apps.mytwitterapp.fragments.HomeTimelineFragment.java
com.codepath.apps.mytwitterapp.fragments.MentionsFragment.java
com.codepath.apps.mytwitterapp.fragments.TweetsListFragment.java
com.codepath.apps.mytwitterapp.fragments.UserTimelineFragment.java
com.codepath.apps.mytwitterapp.models.SampleModel.java
com.codepath.apps.mytwitterapp.models.Tweet.java
com.codepath.apps.mytwitterapp.models.User.java