Android Open Source - Twitter timeline AndroidTwitterClient






Project Summary

A simple Twitter client that supports viewing a Twitter timeline and composing a new tweet..

Web Site / Source Repository

AndroidTwitterClient is hosted in the following web site
https://github.com/shivagss/AndroidTwitterClient

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

ItemValue
Java File Count20
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count8
Fragment Count5
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
picasso-2.3.4.jar
scribe-codepath.jar
universal-image-loader-1.8.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 52 image files in AndroidTwitterClient. The names of the image files are listed as follows.

ab_bottom_solid_customactionbarstyle.9.png
ab_solid_customactionbarstyle.9.png
ab_stacked_solid_customactionbarstyle.9.png
ab_transparent_customactionbarstyle.9.png
btn_inline_follow_default.png
btn_inline_following_default.png
cab_background_bottom_customactionbarstyle.9.png
cab_background_top_customactionbarstyle.9.png
ic_action_delete_pressed.png
ic_action_error.png
ic_action_fave_off_pressed.png
ic_action_fave_on_default.png
ic_action_reply_pressed.png
ic_action_rt_off_pressed.png
ic_action_rt_on_default.png
ic_action_share.png
ic_action_share_pressed.png
ic_cc_nav_back.png
ic_favorite_action_checked.png
ic_favorite_action_default.png
ic_follow_action_checked.png
ic_follow_action_default.png
ic_login_icon.png
ic_profile_verified.png
ic_stat_retweet.png
ic_stat_twitter.png
ic_title_compose_dm.png
ic_title_messages_default.png
ic_title_notifications_default.png
ic_title_overflow_default.png
ic_title_search_default.png
ic_title_share_default.png
ic_title_wtfpeople_default.png
ic_toolbar_compose_default.png
ic_tweet_action_inline_favorite_off.png
ic_tweet_action_inline_favorite_on.png
ic_tweet_action_inline_follow_off.png
ic_tweet_action_inline_follow_on.png
ic_tweet_action_inline_reply_off.png
ic_tweet_action_inline_retweet_off.png
ic_tweet_action_inline_retweet_on.png
ic_widget_action_fave_off_default.png
ic_widget_larry.png
ic_widget_settings_pressed.png
list_focused_customactionbarstyle.9.png
list_pressed_customactionbarstyle.9.png
menu_dropdown_panel_customactionbarstyle.9.png
progress_primary_customactionbarstyle.9.png
spinner_ab_default_customactionbarstyle.9.png
spinner_ab_disabled_customactionbarstyle.9.png
spinner_ab_focused_customactionbarstyle.9.png
spinner_ab_pressed_customactionbarstyle.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

AndroidTwitterClient has the following Java source files.

com.codepath.shivagss.twitterclient.ApplicationTest.java
com.codepath.shivagss.twitterclient.TwitterClientApp.java
com.codepath.shivagss.twitterclient.activity.DisplayTweetsListActivity.java
com.codepath.shivagss.twitterclient.activity.ImageActivity.java
com.codepath.shivagss.twitterclient.activity.ProfileActivity.java
com.codepath.shivagss.twitterclient.activity.SearchActivity.java
com.codepath.shivagss.twitterclient.activity.TimeLineActivity.java
com.codepath.shivagss.twitterclient.activity.TweetActivity.java
com.codepath.shivagss.twitterclient.activity.TweetDetailActivity.java
com.codepath.shivagss.twitterclient.activity.TwitterLoginActivity.java
com.codepath.shivagss.twitterclient.adapter.TimeLineTweetsAdapter.java
com.codepath.shivagss.twitterclient.adapter.UsersListAdapter.java
com.codepath.shivagss.twitterclient.fragment.CreateTweetFragment.java
com.codepath.shivagss.twitterclient.fragment.TweetListFragment.java
com.codepath.shivagss.twitterclient.model.Tweet.java
com.codepath.shivagss.twitterclient.model.User.java
com.codepath.shivagss.twitterclient.restclient.TwitterRestClient.java
com.codepath.shivagss.twitterclient.utils.EndlessScrollListener.java
com.codepath.shivagss.twitterclient.utils.TouchImageView.java
com.codepath.shivagss.twitterclient.utils.Utils.java