Download Free code FeedReader

Description

Basic version of Android Feed Reader. Which will retrieve feeds from some of the popular News Website like Engadget, Tech Crunch, Google and Yahoo News.

Icons

FeedReader

Source Files

The download file FeedReader-master.zip has the following entries.


.classpath/*from   w  w  w.ja  va  2s  .com*/
.gitignore
.project
.settings/org.eclipse.jdt.core.prefs
AndroidManifest.xml
README
bin/FeedReader.apk
bin/classes.dex
bin/com/facebook/android/AsyncFacebookRunner$1.class
bin/com/facebook/android/AsyncFacebookRunner$2.class
bin/com/facebook/android/AsyncFacebookRunner$RequestListener.class
bin/com/facebook/android/AsyncFacebookRunner.class
bin/com/facebook/android/DialogError.class
bin/com/facebook/android/Facebook$1.class
bin/com/facebook/android/Facebook$DialogListener.class
bin/com/facebook/android/Facebook.class
bin/com/facebook/android/FacebookError.class
bin/com/facebook/android/FbDialog$FbWebViewClient.class
bin/com/facebook/android/FbDialog.class
bin/com/facebook/android/R$anim.class
bin/com/facebook/android/R$array.class
bin/com/facebook/android/R$attr.class
bin/com/facebook/android/R$drawable.class
bin/com/facebook/android/R$feed_detail_custom_title.class
bin/com/facebook/android/R$feed_detail_footer_more.class
bin/com/facebook/android/R$feed_detail_list_item.class
bin/com/facebook/android/R$feed_detail_main.class
bin/com/facebook/android/R$feed_list.class
bin/com/facebook/android/R$feed_main.class
bin/com/facebook/android/R$feed_qa.class
bin/com/facebook/android/R$layout.class
bin/com/facebook/android/R$string.class
bin/com/facebook/android/R$style.class
bin/com/facebook/android/R.class
bin/com/facebook/android/Util.class
bin/com/feedReader/FeedActivity$CreateFeedListDB.class
bin/com/feedReader/FeedActivity.class
bin/com/feedReader/FeedAdapter.class
bin/com/feedReader/R$anim.class
bin/com/feedReader/R$array.class
bin/com/feedReader/R$attr.class
bin/com/feedReader/R$drawable.class
bin/com/feedReader/R$feed_detail_custom_title.class
bin/com/feedReader/R$feed_detail_footer_more.class
bin/com/feedReader/R$feed_detail_list_item.class
bin/com/feedReader/R$feed_detail_main.class
bin/com/feedReader/R$feed_list.class
bin/com/feedReader/R$feed_main.class
bin/com/feedReader/R$feed_qa.class
bin/com/feedReader/R$layout.class
bin/com/feedReader/R$string.class
bin/com/feedReader/R$style.class
bin/com/feedReader/R.class
bin/com/feedReader/detail/FeedBean.class
bin/com/feedReader/detail/FeedDetailActivity$InitializeFeedDetailDB.class
bin/com/feedReader/detail/FeedDetailActivity.class
bin/com/feedReader/detail/FeedDetailAdapter.class
bin/com/feedReader/detail/RSSHandler.class
bin/com/feedReader/detail/quickAction/CustomPopupWindow$1.class
bin/com/feedReader/detail/quickAction/CustomPopupWindow.class
bin/com/feedReader/detail/quickAction/QuickAction.class
bin/com/feedReader/provider/FeedDB$DatabaseHelper.class
bin/com/feedReader/provider/FeedDB.class
bin/com/feedReader/provider/Tables.class
bin/com/feedReader/social/facebook/BaseDialogListener.class
bin/com/feedReader/social/facebook/BaseRequestListener.class
bin/com/feedReader/social/facebook/FacebookProvider$LoginDialogListener$1.class
bin/com/feedReader/social/facebook/FacebookProvider$LoginDialogListener.class
bin/com/feedReader/social/facebook/FacebookProvider$WallPostDialogListener.class
bin/com/feedReader/social/facebook/FacebookProvider$WallPostRequestListener.class
bin/com/feedReader/social/facebook/FacebookProvider.class
bin/com/feedReader/social/facebook/FacebookSessionStore.class
bin/com/feedReader/util/HttpService$HttpServiceHolder.class
bin/com/feedReader/util/HttpService.class
bin/com/feedReader/util/ToastUtilities.class
bin/resources.ap_
default.properties
gen/com/facebook/android/R.java
gen/com/feedReader/R.java
proguard.cfg
res/anim/disappear.xml
res/anim/grow_from_bottom.xml
res/anim/grow_from_bottomleft_to_topright.xml
res/anim/grow_from_bottomright_to_topleft.xml
res/anim/grow_from_top.xml
res/anim/grow_from_topleft_to_bottomright.xml
res/anim/grow_from_topright_to_bottomleft.xml
res/anim/pump_bottom.xml
res/anim/pump_top.xml
res/anim/refresh_rotate.xml
res/anim/shrink_from_bottom.xml
res/anim/shrink_from_bottomleft_to_topright.xml
res/anim/shrink_from_bottomright_to_topleft.xml
res/anim/shrink_from_top.xml
res/anim/shrink_from_topleft_to_bottomright.xml
res/anim/shrink_from_topright_to_bottomleft.xml
res/drawable-hdpi/feed_background.9.png
res/drawable-hdpi/icon.png
res/drawable-hdpi/refresh.png
res/drawable-hdpi/refresh_spinner.png
res/drawable-hdpi/starred_off.png
res/drawable-hdpi/starred_on.png
res/drawable-ldpi/feed_background.9.png
res/drawable-ldpi/icon.png
res/drawable-ldpi/refresh.png
res/drawable-ldpi/refresh_spinner.png
res/drawable-ldpi/starred_off.png
res/drawable-ldpi/starred_on.png
res/drawable-mdpi/feed_background.9.png
res/drawable-mdpi/icon.png
res/drawable-mdpi/refresh.png
res/drawable-mdpi/refresh_spinner.png
res/drawable-mdpi/starred_off.png
res/drawable-mdpi/starred_on.png
res/drawable/arrow_down.png
res/drawable/arrow_up.png
res/drawable/facebook.9.png
res/drawable/feed_list_background.xml
res/drawable/feed_list_selector.xml
res/drawable/is_read.xml
res/drawable/linkedin.png
res/drawable/quick_action.9.png
res/drawable/twitter.png
res/layout/feed_detail_custom_title.xml
res/layout/feed_detail_footer_more.xml
res/layout/feed_detail_list_item.xml
res/layout/feed_detail_main.xml
res/layout/feed_list_item.xml
res/layout/feed_main.xml
res/layout/feed_quick_action.xml
res/values/feed_resources.xml
res/values/strings.xml
res/values/styles.xml
src/com/feedReader/FeedActivity.java
src/com/feedReader/FeedAdapter.java
src/com/feedReader/detail/FeedBean.java
src/com/feedReader/detail/FeedDetailActivity.java
src/com/feedReader/detail/FeedDetailAdapter.java
src/com/feedReader/detail/RSSHandler.java
src/com/feedReader/detail/quickAction/CustomPopupWindow.java
src/com/feedReader/detail/quickAction/QuickAction.java
src/com/feedReader/provider/FeedDB.java
src/com/feedReader/provider/FeedDetailProvider.java
src/com/feedReader/provider/FeedSourceProvider.java
src/com/feedReader/provider/Tables.java
src/com/feedReader/social/facebook/BaseDialogListener.java
src/com/feedReader/social/facebook/BaseRequestListener.java
src/com/feedReader/social/facebook/FacebookProvider.java
src/com/feedReader/social/facebook/FacebookSessionStore.java
src/com/feedReader/util/Constants.java
src/com/feedReader/util/HttpService.java
src/com/feedReader/util/ToastUtilities.java

Download

Click the following link to download FeedReader-master.zip.

FeedReader-master.zip




















Home »
  Android Free Code »
    News »




News
News BBC
News Client
News Display
News Read
News Reader
News RSS
RSS