Download Free code hn android

Description

Hacker News client with a focus on reliability and usability.

Icons

hn android

Source Files

The download file hn-android-master.zip has the following entries.


.classpath//from   w ww. jav  a 2 s .  c o m
.factorypath
.gitignore
.project
.settings/org.eclipse.jdt.apt.core.prefs
.settings/org.eclipse.jdt.core.prefs
AndroidManifest.xml
README.md
androidannotations-2.5.jar
assets/Comfortaa-Bold.ttf
assets/Comfortaa-Regular.ttf
design/appstore_icon.png
design/appstore_icon.psd
design/appstore_icon_114.png
design/comments.psd
design/commentsbubble-mdpi.psd
design/expand.psd
design/hn.psd
design/icon_hdpi.psd
design/icon_mdpi.psd
design/icons.psd
design/points_roundedrect.psd
design/refresh.psd
design/refresh2.psd
design/rounded_button.psd
features/startup_validation.feature
features/step_definitions/calabash_steps.rb
features/support/app_installation_hooks.rb
features/support/app_life_cycle_hooks.rb
features/support/env.rb
features/support/hooks.rb
features/sync.feature
libs/android-support-v4.jar
libs/androidannotations-2.5-api.jar
libs/jsoup-1.7.2.jar
libs/libGoogleAnalytics.jar
lint.xml
proguard.cfg
project.properties
res/drawable-hdpi/back.png
res/drawable-hdpi/expand.png
res/drawable-hdpi/ic_launcher.png
res/drawable-hdpi/loadmore.png
res/drawable-hdpi/more_normal.png
res/drawable-hdpi/more_selected.png
res/drawable-hdpi/refresh.png
res/drawable-hdpi/refresh_ok.png
res/drawable-hdpi/share.png
res/drawable-ldpi/ic_launcher.png
res/drawable-mdpi/back.png
res/drawable-mdpi/bubble_patch.9.png
res/drawable-mdpi/bubble_patch_pressed.9.png
res/drawable-mdpi/expand.png
res/drawable-mdpi/hn.png
res/drawable-mdpi/ic_launcher.png
res/drawable-mdpi/loadmore.png
res/drawable-mdpi/more_normal.png
res/drawable-mdpi/more_selected.png
res/drawable-mdpi/points_roundedrect.9.png
res/drawable-mdpi/refresh.png
res/drawable-mdpi/refresh_ok.png
res/drawable-mdpi/settings.png
res/drawable-mdpi/share.png
res/drawable-nodpi/rounded_button_normal.9.png
res/drawable-nodpi/rounded_button_pressed.9.png
res/drawable-nodpi/transparent_noise.png
res/drawable-xhdpi/back.png
res/drawable-xhdpi/bubble_patch.9.png
res/drawable-xhdpi/bubble_patch_pressed.9.png
res/drawable-xhdpi/expand.png
res/drawable-xhdpi/hn.png
res/drawable-xhdpi/ic_launcher.png
res/drawable-xhdpi/loadmore.png
res/drawable-xhdpi/more_normal.png
res/drawable-xhdpi/more_selected.png
res/drawable-xhdpi/points_roundedrect.9.png
res/drawable-xhdpi/refresh.png
res/drawable-xhdpi/refresh_ok.png
res/drawable-xhdpi/rounded_button_normal.9.png
res/drawable-xhdpi/rounded_button_pressed.9.png
res/drawable-xhdpi/settings.png
res/drawable-xhdpi/share.png
res/drawable/actionbar_bg_bright.xml
res/drawable/actionbar_bg_orange.xml
res/drawable/actionbar_button_bg.xml
res/drawable/bubble.xml
res/drawable/main_list_selector.xml
res/drawable/more.xml
res/drawable/rounded_button.xml
res/layout/about.xml
res/layout/article_activity.xml
res/layout/comments_activity.xml
res/layout/comments_list_item.xml
res/layout/login_dialog.xml
res/layout/main.xml
res/layout/main_list_item.xml
res/layout/main_list_item_loadmore.xml
res/layout/main_more_content.xml
res/layout/panel_loading.xml
res/layout/settings.xml
res/layout/user_settings.xml
res/values-hdpi/res-dependent-style.xml
res/values-xhdpi/res-dependent-style.xml
res/values/colors.xml
res/values/preference_values.xml
res/values/strings.xml
res/values/style.xml
res/xml/preferences.xml
src/com/manuelmaly/hn/AboutActivity.java
src/com/manuelmaly/hn/App.java
src/com/manuelmaly/hn/ArticleReaderActivity.java
src/com/manuelmaly/hn/BaseListActivity.java
src/com/manuelmaly/hn/BasePostActivity.java
src/com/manuelmaly/hn/CommentsActivity.java
src/com/manuelmaly/hn/ExternalIntentActivity.java
src/com/manuelmaly/hn/MainActivity.java
src/com/manuelmaly/hn/Settings.java
src/com/manuelmaly/hn/SettingsActivity.java
src/com/manuelmaly/hn/UserPreference.java
src/com/manuelmaly/hn/login/LoginActivity.java
src/com/manuelmaly/hn/model/HNComment.java
src/com/manuelmaly/hn/model/HNCommentTreeNode.java
src/com/manuelmaly/hn/model/HNFeed.java
src/com/manuelmaly/hn/model/HNPost.java
src/com/manuelmaly/hn/model/HNPostComments.java
src/com/manuelmaly/hn/parser/BaseHTMLParser.java
src/com/manuelmaly/hn/parser/HNCommentsParser.java
src/com/manuelmaly/hn/parser/HNFeedParser.java
src/com/manuelmaly/hn/parser/HNNewsLoginParser.java
src/com/manuelmaly/hn/parser/HeaderParser.java
src/com/manuelmaly/hn/reuse/CancelableRunnable.java
src/com/manuelmaly/hn/reuse/ImageViewFader.java
src/com/manuelmaly/hn/reuse/LinkifiedTextView.java
src/com/manuelmaly/hn/reuse/ViewRotator.java
src/com/manuelmaly/hn/server/BaseHTTPCommand.java
src/com/manuelmaly/hn/server/ConnectivityUtils.java
src/com/manuelmaly/hn/server/GetHNUserTokenHTTPCommand.java
src/com/manuelmaly/hn/server/GetHNUserTokenResponseHandler.java
src/com/manuelmaly/hn/server/HNCredentials.java
src/com/manuelmaly/hn/server/HNVoteCommand.java
src/com/manuelmaly/hn/server/HTMLResponseHandler.java
src/com/manuelmaly/hn/server/IAPICommand.java
src/com/manuelmaly/hn/server/NoResponseCommand.java
src/com/manuelmaly/hn/server/StringDownloadCommand.java
src/com/manuelmaly/hn/server/VoteHTTPCommand.java
src/com/manuelmaly/hn/task/BaseTask.java
src/com/manuelmaly/hn/task/HNFeedTaskBase.java
src/com/manuelmaly/hn/task/HNFeedTaskLoadMore.java
src/com/manuelmaly/hn/task/HNFeedTaskMainFeed.java
src/com/manuelmaly/hn/task/HNLoginTask.java
src/com/manuelmaly/hn/task/HNPostCommentsTask.java
src/com/manuelmaly/hn/task/HNVoteTask.java
src/com/manuelmaly/hn/task/ITaskFinishedHandler.java
src/com/manuelmaly/hn/util/Const.java
src/com/manuelmaly/hn/util/DisplayHelper.java
src/com/manuelmaly/hn/util/ExceptionUtil.java
src/com/manuelmaly/hn/util/FileUtil.java
src/com/manuelmaly/hn/util/FontHelper.java
src/com/manuelmaly/hn/util/HNHelper.java
src/com/manuelmaly/hn/util/Run.java
test/strangehtml.html

Download

Click the following link to download hn-android-master.zip.

hn-android-master.zip




















Home »
  Android Free Code »
    News »




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