Android Open Source - Twitter application birdfeed






Project Summary

Twitter client Android app.

Web Site / Source Repository

birdfeed is hosted in the following web site
https://github.com/jaytolentino/birdfeed

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

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count6
Fragment Count1
jar files usedActiveAndroid-3.1-08c6335cd-1148314c03ed75862b9e84e133bb6b7a66105a7d.jar
ActiveAndroid-3.1-08c6335cd.jar
android-async-http-1.4.3-9781d37092db122eacbc64772900b6f8e810bd43.jar
android-async-http-1.4.3.jar
android-support-v4-c2b3ef49c1d35c104d7f4e655ef1fc0ec1eb0c08.jar
android-support-v4.jar
classes-259a982153990d0c7199bf419e6083f1718c20f1.jar
classes.jar
classes.jar
codepath-oauth-0.3.0-90f48dcc5eaefc2de27aa3cffc90bbb03a42ac84.jar
codepath-oauth-0.3.0.jar
codepath-utils-bf21d90d9326bac006b7c992988c4786a15804a9.jar
codepath-utils.jar
commons-collections4-4.0-9caeed74a51a1fb56204840d740158bdd58be490.jar
commons-collections4-4.0.jar
internal_impl-20.0.0.jar
scribe-codepath-6ac0c057d3ab214dfacc5fa0571d12634c6d06e5.jar
scribe-codepath.jar
universal-image-loader-1.8.4-3ff038b683fd36678655da613526932bb9c2885c.jar
universal-image-loader-1.8.4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 56 image files in birdfeed. The names of the image files are listed as follows.

abc_ab_bottom_solid_dark_holo.9.png
abc_ab_bottom_solid_light_holo.9.png
abc_ab_bottom_transparent_dark_holo.9.png
abc_ab_bottom_transparent_light_holo.9.png
abc_ab_share_pack_holo_dark.9.png
abc_ab_share_pack_holo_light.9.png
abc_ab_solid_dark_holo.9.png
abc_ab_solid_light_holo.9.png
abc_ab_stacked_solid_dark_holo.9.png
abc_ab_stacked_solid_light_holo.9.png
abc_ab_stacked_transparent_dark_holo.9.png
abc_ab_stacked_transparent_light_holo.9.png
abc_ab_transparent_dark_holo.9.png
abc_ab_transparent_light_holo.9.png
abc_cab_background_bottom_holo_dark.9.png
abc_cab_background_bottom_holo_light.9.png
abc_cab_background_top_holo_dark.9.png
abc_cab_background_top_holo_light.9.png
abc_ic_ab_back_holo_dark.png
abc_ic_ab_back_holo_light.png
abc_ic_cab_done_holo_dark.png
abc_ic_cab_done_holo_light.png
abc_ic_clear_disabled.png
abc_ic_clear_normal.png
abc_ic_clear_search_api_disabled_holo_light.png
abc_ic_clear_search_api_holo_light.png
abc_ic_commit_search_api_holo_dark.png
abc_ic_commit_search_api_holo_light.png
abc_ic_go.png
abc_ic_go_search_api_holo_light.png
abc_ic_menu_moreoverflow_normal_holo_dark.png
abc_ic_menu_moreoverflow_normal_holo_light.png
abc_ic_menu_share_holo_dark.png
abc_ic_menu_share_holo_light.png
abc_ic_search.png
abc_ic_search_api_holo_light.png
abc_ic_voice_search.png
abc_ic_voice_search_api_holo_light.png
abc_list_focused_holo.9.png
abc_list_longpressed_holo.9.png
abc_list_pressed_holo_dark.9.png
abc_list_pressed_holo_light.9.png
abc_list_selector_disabled_holo_dark.9.png
abc_list_selector_disabled_holo_light.9.png
abc_menu_dropdown_panel_holo_dark.9.png
abc_menu_dropdown_panel_holo_light.9.png
abc_menu_hardkey_panel_holo_dark.9.png
abc_menu_hardkey_panel_holo_light.9.png
abc_spinner_ab_default_holo_dark.9.png
abc_spinner_ab_default_holo_light.9.png
abc_spinner_ab_disabled_holo_dark.9.png
abc_spinner_ab_disabled_holo_light.9.png
abc_spinner_ab_focused_holo_dark.9.png
abc_spinner_ab_focused_holo_light.9.png
abc_spinner_ab_pressed_holo_dark.9.png
abc_spinner_ab_pressed_holo_light.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

birdfeed has the following Java source files.

com.codepath.apps.birdfeed.BuildConfig.java
com.codepath.apps.birdfeed.activities.FeedActivity.java
com.codepath.apps.birdfeed.activities.LoginActivity.java
com.codepath.apps.birdfeed.activities.TweetDetailActivity.java
com.codepath.apps.birdfeed.adapters.EndlessScrollListener.java
com.codepath.apps.birdfeed.adapters.TweetsAdapter.java
com.codepath.apps.birdfeed.fragments.ComposeTweetFragment.java
com.codepath.apps.birdfeed.models.SampleModel.java
com.codepath.apps.birdfeed.models.Tweet.java
com.codepath.apps.birdfeed.models.User.java
com.codepath.apps.birdfeed.networking.TwitterApplication.java
com.codepath.apps.birdfeed.networking.TwitterClient.java
com.codepath.apps.birdfeed.utils.ProgressBarHandler.java
com.codepath.apps.birdfeed.utils.TimestampParser.java