实例介绍
Android项目源码一个优质的新闻客户端 注意:本项目是基于android studio开发的,eclipse可能无法直接导入。 本项目是一个优质的新闻客户端app,本项目有几大亮点 (1):一个不错的欢迎页面效果,上下滑动滑动到底部效果 (2):加载网络弹窗loading效果,也很不错 (3):本项目大体框架也是一个非常棒的,强烈推荐使用当做app框架参考 (4):切换每一个fragment的时候处理的加载模式 (5):通过webview调用h5效果的商城,也很不错, 主页地址https://github.com/MyfengNull/wyxw 注意:本项目是基于android studi
【实例截图】
【核心代码】
Android项目源码一个优质的新闻客户端
└── Android项目源码一个优质的新闻客户端
├── wyxw-master
│ ├── app
│ │ ├── app.iml
│ │ ├── build.gradle
│ │ ├── libs
│ │ │ ├── gson-2.2.1.jar
│ │ │ ├── org.apache.http.legacy.jar
│ │ │ └── xUtils.jar
│ │ ├── proguard-rules.pro
│ │ └── src
│ │ └── main
│ │ ├── AndroidManifest_backup.xml
│ │ ├── AndroidManifest.xml
│ │ ├── assets
│ │ │ └── fonts
│ │ │ ├── kaiti.ttf
│ │ │ ├── songti.ttf
│ │ │ ├── xingkai.ttf
│ │ │ └── yuti.ttf
│ │ ├── java
│ │ │ └── com
│ │ │ └── xiangmu
│ │ │ └── wyxw
│ │ │ ├── activitys
│ │ │ │ ├── Activity_shiting_head_detials.java
│ │ │ │ ├── App.java
│ │ │ │ ├── BackpasswordActivity.java
│ │ │ │ ├── FullActivity.java
│ │ │ │ ├── GenTieActivity.java
│ │ │ │ ├── LoginActivity.java
│ │ │ │ ├── MainActivity.java
│ │ │ │ ├── PictureActivity.java
│ │ │ │ ├── ReadChievement.java
│ │ │ │ ├── ReadHistoryActivity.java
│ │ │ │ ├── RegisterActivity.java
│ │ │ │ ├── SearchActivity.java
│ │ │ │ ├── SecondCodeActivity.java
│ │ │ │ ├── Setting_biaoqianPage.java
│ │ │ │ ├── Setting_Collection.java
│ │ │ │ ├── Setting_DiSanFangLoginActivity.java
│ │ │ │ ├── Setting_glodmall.java
│ │ │ │ ├── Setting_GlodPage.java
│ │ │ │ ├── Setting_headpage.java
│ │ │ │ ├── Setting_my_Task.java
│ │ │ │ ├── Setting_set_page.java
│ │ │ │ ├── Setting_set_person.java
│ │ │ │ ├── ShangTouTiaoActivity.java
│ │ │ │ ├── ShangTouTiao_HuiGuDetialActivity.java
│ │ │ │ ├── Task_ShuoMing.java
│ │ │ │ ├── UpdaterActivity.java
│ │ │ │ ├── WeatherActivity.java
│ │ │ │ ├── WebViewActivity.java
│ │ │ │ ├── XinWenXiActivity.java
│ │ │ │ └── YueDuDetialActivity.java
│ │ │ ├── Bean
│ │ │ │ ├── Collection.java
│ │ │ │ ├── HuiGu.java
│ │ │ │ ├── NewsBean.java
│ │ │ │ ├── SearchBean.java
│ │ │ │ ├── ShitingBean.java
│ │ │ │ ├── Top.java
│ │ │ │ ├── WeatherBean.java
│ │ │ │ ├── YueDuBean.java
│ │ │ │ └── YueDueDetial.java
│ │ │ ├── BroadCastReceiver
│ │ │ │ └── MyReceiver.java
│ │ │ ├── conent_frament
│ │ │ │ ├── Collection_gentie.java
│ │ │ │ ├── Collection_news.java
│ │ │ │ ├── Collection_pic.java
│ │ │ │ ├── Fragment_HuiGu.java
│ │ │ │ ├── Fragment_Top.java
│ │ │ │ ├── ReDianFrament.java
│ │ │ │ ├── SheZhiFrament.java
│ │ │ │ ├── ShiTingFrament.java
│ │ │ │ ├── TouTiaoFrament.java
│ │ │ │ ├── XinWenFrament.java
│ │ │ │ └── YueDuFrament.java
│ │ │ ├── CostomAdapter
│ │ │ │ ├── CollectionAdapter.java
│ │ │ │ ├── CollectionNews_adapter.java
│ │ │ │ ├── HuiGuAdapter.java
│ │ │ │ ├── MyGridViewAadapter.java
│ │ │ │ ├── SearchResultAdapter.java
│ │ │ │ ├── TopAdapter.java
│ │ │ │ ├── XinWenBaseAdapter.java
│ │ │ │ └── YueDuAdapter.java
│ │ │ ├── CostomProgressDialog
│ │ │ │ └── CustomProgressDialog.java
│ │ │ ├── jieping
│ │ │ │ └── ScreenShot.java
│ │ │ ├── pullrefreshview
│ │ │ │ ├── FooterLoadingLayout.java
│ │ │ │ ├── HeaderLoadingLayout.java
│ │ │ │ ├── ILoadingLayout.java
│ │ │ │ ├── IPullToRefresh.java
│ │ │ │ ├── LoadingLayout.java
│ │ │ │ ├── PullToRefreshBase.java
│ │ │ │ └── PullToRefreshListView.java
│ │ │ ├── Setting_interface_Utils
│ │ │ │ ├── getUser_Name.java
│ │ │ │ ├── head_interface.java
│ │ │ │ ├── IsLogin.java
│ │ │ │ └── Read_News.java
│ │ │ ├── Setting_Utils
│ │ │ │ ├── FontsType.java
│ │ │ │ ├── MyDate.java
│ │ │ │ ├── QieYuanTu.java
│ │ │ │ ├── SearchDB.java
│ │ │ │ ├── ShareUtils.java
│ │ │ │ ├── TouXiangCache.java
│ │ │ │ ├── TouxiangName.java
│ │ │ │ ├── ZDY_TouXiangName_EditText.java
│ │ │ │ └── ZiTiScale.java
│ │ │ ├── texturevideo
│ │ │ │ ├── VideoMediaController.java
│ │ │ │ └── VideoSuperPlayer.java
│ │ │ ├── utils
│ │ │ │ ├── CalendarView.java
│ │ │ │ ├── CommonUtil.java
│ │ │ │ ├── DateTime.java
│ │ │ │ ├── HttpPostThread.java
│ │ │ │ ├── ItemListener.java
│ │ │ │ ├── LogUtils.java
│ │ │ │ ├── Md5Utils.java
│ │ │ │ ├── MyPost.java
│ │ │ │ ├── MySqlitehelper.java
│ │ │ │ ├── MySqlOpenHelper.java
│ │ │ │ ├── ServerURL.java
│ │ │ │ ├── SharedPreferencesUtil.java
│ │ │ │ ├── ShiTingUrl.java
│ │ │ │ ├── ThreadPoolUtils.java
│ │ │ │ ├── Utils.java
│ │ │ │ ├── XinWen_adapter.java
│ │ │ │ ├── XinWenJson.java
│ │ │ │ ├── XinWen_toutiao.java
│ │ │ │ ├── XinWenURL.java
│ │ │ │ ├── XinWenXiData.java
│ │ │ │ ├── XinWenXi.java
│ │ │ │ └── XutilsGetData.java
│ │ │ ├── viewpager
│ │ │ │ ├── ContentViewPager.java
│ │ │ │ └── TouTiaoViewPager.java
│ │ │ └── welcome
│ │ │ ├── ScrollViewListener.java
│ │ │ ├── WelcomeActivity.java
│ │ │ └── WelcomeScollView.java
│ │ ├── libs
│ │ │ ├── httpmime-4.1.3.jar
│ │ │ ├── SocialSDK_comment.jar
│ │ │ ├── SocialSDK_like.jar
│ │ │ ├── SocialSDK_QQZone_1.jar
│ │ │ ├── SocialSDK_QQZone_2.jar
│ │ │ ├── SocialSDK_QQZone_3.jar
│ │ │ ├── SocialSDK_renren_1.jar
│ │ │ ├── SocialSDK_renren_2.jar
│ │ │ ├── SocialSDK_scrshot.jar
│ │ │ ├── SocialSDK_shake.jar
│ │ │ ├── SocialSDK_Sina.jar
│ │ │ ├── SocialSDK_tencentWB_1.jar
│ │ │ ├── SocialSDK_tencentWB_2.jar
│ │ │ ├── SocialSDK_tencentWB_3.jar
│ │ │ ├── SocialSDK_WeiXin_1.jar
│ │ │ ├── SocialSDK_WeiXin_2.jar
│ │ │ └── umeng_social_sdk.jar
│ │ └── res
│ │ ├── anim
│ │ │ ├── alpha_out.xml
│ │ │ ├── anim_enter_from_bottom.xml
│ │ │ ├── anim_exit_from_bottom.xml
│ │ │ ├── biz_news_detailpage_loading_large_anim.xml
│ │ │ ├── close.xml
│ │ │ ├── donghua_frame.xml
│ │ │ ├── in_lefttoright.xml
│ │ │ ├── left_to_right_in.xml
│ │ │ ├── left_to_right_out.xml
│ │ │ ├── nn.xml
│ │ │ ├── out_righttoleft.xml
│ │ │ ├── push_alpha_setting.xml
│ │ │ ├── push_left_in.xml
│ │ │ ├── push_left_out.xml
│ │ │ ├── push_right_in.xml
│ │ │ ├── push_right_out.xml
│ │ │ ├── right_to_left_in.xml
│ │ │ ├── right_to_left_out.xml
│ │ │ ├── shake_umeng_socialize_cycle_5.xml
│ │ │ ├── shake_umeng_socialize_dlg_alpha.xml
│ │ │ ├── shake_umeng_socialize_dlg_scale.xml
│ │ │ ├── shake_umeng_socialize_edit_anim.xml
│ │ │ ├── shake_umeng_socialize_imageview_rotate.xml
│ │ │ ├── shake_umeng_socialize_scrshot_dlg.xml
│ │ │ ├── show.xml
│ │ │ ├── translate_a.xml
│ │ │ ├── translate_b.xml
│ │ │ ├── translate_c.xml
│ │ │ ├── translate_no.xml
│ │ │ ├── umeng_socialize_fade_in.xml
│ │ │ ├── umeng_socialize_fade_out.xml
│ │ │ ├── umeng_socialize_shareboard_animation_in.xml
│ │ │ ├── umeng_socialize_shareboard_animation_out.xml
│ │ │ ├── umeng_socialize_slide_in_from_bottom.xml
│ │ │ ├── umeng_socialize_slide_out_from_bottom.xml
│ │ │ ├── update_loading_progressbar_anim.xml
│ │ │ ├── xinwen_inactivity.xml
│ │ │ ├── zcdh_alpha_in.xml
│ │ │ ├── zcdh_alpha_out.xml
│ │ │ ├── zcdh_rotate2.xml
│ │ │ ├── zcdh_rotate.xml
│ │ │ ├── zcdh_set_in.xml
│ │ │ └── zcdh_set_out.xml
│ │ ├── color
│ │ │ └── switcher_item_text_selector.xml
│ │ ├── drawable
│ │ │ ├── bg_black_a10_selector.xml
│ │ │ ├── biankuang_popview.xml
│ │ │ ├── biankuang_stt_guide.xml
│ │ │ ├── biankuang_stt_item.xml
│ │ │ ├── biankuang_view.xml
│ │ │ ├── biankuang.xml
│ │ │ ├── biz_news_detailpage_loading_large_icon.png
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_video_bar_bg.9.png
│ │ │ ├── biz_video_expand.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progressbar.xml
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_shrink.png
│ │ │ ├── content_redian_selector.xml
│ │ │ ├── content_shezhi_selector.xml
│ │ │ ├── content_shiting_selector.xml
│ │ │ ├── content_textcolor.xml
│ │ │ ├── content_xinwen_selector.xml
│ │ │ ├── content_yuedu_selector.xml
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── biz_video_progress_thumb.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── newplay.png
│ │ │ │ ├── praise.png
│ │ │ │ ├── share_cion.png
│ │ │ │ └── time.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ ├── biz_video_expand.png
│ │ │ │ ├── biz_video_pause.png
│ │ │ │ ├── biz_video_play.png
│ │ │ │ ├── biz_video_progress_thumb.png
│ │ │ │ └── biz_video_shrink.png
│ │ │ ├── drawable-xxhdpi
│ │ │ │ ├── biz_news_detailpage_loading_large_icon.png
│ │ │ │ └── biz_news_list_ad_video_close_btn.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── popview_bt.xml
│ │ │ ├── progress_loading_image_01.png
│ │ │ ├── progress_loading_image_02.png
│ │ │ ├── radio_textcolor.xml
│ │ │ ├── shake_umeng_socialize_close_button_style.xml
│ │ │ ├── shake_umeng_socialize_close.png
│ │ │ ├── shake_umeng_socialize_close_pressed.png
│ │ │ ├── shake_umeng_socialize_edittext_corner.xml
│ │ │ ├── shake_umeng_socialize_imgview_border.xml
│ │ │ ├── shake_umeng_socialize_preview_edit_corners_style.xml
│ │ │ ├── shake_umeng_socialize_shake_layout_corner.xml
│ │ │ ├── shake_umeng_socialize_share_btn_style.xml
│ │ │ ├── shangtoutiao_tv.xml
│ │ │ ├── toutiao_stroke.xml
│ │ │ ├── umeng_socialize_action_back_normal.png
│ │ │ ├── umeng_socialize_action_back_selected.png
│ │ │ ├── umeng_socialize_action_back.xml
│ │ │ ├── umeng_socialize_action_like.png
│ │ │ ├── umeng_socialize_action_unlike.png
│ │ │ ├── umeng_socialize_at_button.xml
│ │ │ ├── umeng_socialize_at_normal.png
│ │ │ ├── umeng_socialize_at_selected.png
│ │ │ ├── umeng_socialize_bind_bg.9.png
│ │ │ ├── umeng_socialize_button_blue.9.png
│ │ │ ├── umeng_socialize_button_grey.9.png
│ │ │ ├── umeng_socialize_button_grey_blue.xml
│ │ │ ├── umeng_socialize_button_login_normal.png
│ │ │ ├── umeng_socialize_button_login_pressed.png
│ │ │ ├── umeng_socialize_button_login.xml
│ │ │ ├── umeng_socialize_button_red.9.png
│ │ │ ├── umeng_socialize_button_red_blue.xml
│ │ │ ├── umeng_socialize_button_white.9.png
│ │ │ ├── umeng_socialize_button_white_blue.xml
│ │ │ ├── umeng_socialize_checked.png
│ │ │ ├── umeng_socialize_comment_bg.png
│ │ │ ├── umeng_socialize_comment_item_bg_shape.xml
│ │ │ ├── umeng_socialize_commnet_header_bg.xml
│ │ │ ├── umeng_socialize_default_avatar.png
│ │ │ ├── umeng_socialize_divider_line.png
│ │ │ ├── umeng_socialize_douban_off.png
│ │ │ ├── umeng_socialize_douban_on.png
│ │ │ ├── umeng_socialize_facebook.png
│ │ │ ├── umeng_socialize_fetch_image.png
│ │ │ ├── umeng_socialize_fetch_location_disabled.png
│ │ │ ├── umeng_socialize_follow_check.xml
│ │ │ ├── umeng_socialize_follow_off.png
│ │ │ ├── umeng_socialize_follow_on.png
│ │ │ ├── umeng_socialize_google.png
│ │ │ ├── umeng_socialize_light_bar_bg.9.png
│ │ │ ├── umeng_socialize_location_grey.png
│ │ │ ├── umeng_socialize_location_ic.png
│ │ │ ├── umeng_socialize_location_mark.png
│ │ │ ├── umeng_socialize_location_off.png
│ │ │ ├── umeng_socialize_location_on.png
│ │ │ ├── umeng_socialize_nav_bar_bg.png
│ │ │ ├── umeng_socialize_oauth_check_off.png
│ │ │ ├── umeng_socialize_oauth_check_on.png
│ │ │ ├── umeng_socialize_oauth_check.xml
│ │ │ ├── umeng_socialize_pulltorefresh_arrow.png
│ │ │ ├── umeng_socialize_pv.png
│ │ │ ├── umeng_socialize_qq_off.png
│ │ │ ├── umeng_socialize_qq_on.png
│ │ │ ├── umeng_socialize_qzone_off.png
│ │ │ ├── umeng_socialize_qzone_on.png
│ │ │ ├── umeng_socialize_refersh.png
│ │ │ ├── umeng_socialize_renren_off.png
│ │ │ ├── umeng_socialize_renren_on.png
│ │ │ ├── umeng_socialize_search_icon.png
│ │ │ ├── umeng_socialize_shape_solid_black.xml
│ │ │ ├── umeng_socialize_shape_solid_grey.xml
│ │ │ ├── umeng_socialize_shareboard_item_background.xml
│ │ │ ├── umeng_socialize_share_to_button.xml
│ │ │ ├── umeng_socialize_share_transparent_corner.xml
│ │ │ ├── umeng_socialize_sidebar_normal.xml
│ │ │ ├── umeng_socialize_sidebar_selected.xml
│ │ │ ├── umeng_socialize_sidebar_selector.xml
│ │ │ ├── umeng_socialize_sina_off.png
│ │ │ ├── umeng_socialize_sina_on.png
│ │ │ ├── umeng_socialize_title_back_bt_normal.png
│ │ │ ├── umeng_socialize_title_back_bt_selected.png
│ │ │ ├── umeng_socialize_title_back_bt.xml
│ │ │ ├── umeng_socialize_title_right_bt_normal.png
│ │ │ ├── umeng_socialize_title_right_bt_selected.png
│ │ │ ├── umeng_socialize_title_right_bt.xml
│ │ │ ├── umeng_socialize_title_tab_button_left.xml
│ │ │ ├── umeng_socialize_title_tab_button_right.xml
│ │ │ ├── umeng_socialize_title_tab_left_normal.png
│ │ │ ├── umeng_socialize_title_tab_left_pressed.png
│ │ │ ├── umeng_socialize_title_tab_right_normal.png
│ │ │ ├── umeng_socialize_title_tab_right_pressed.png
│ │ │ ├── umeng_socialize_twitter.png
│ │ │ ├── umeng_socialize_tx_off.png
│ │ │ ├── umeng_socialize_tx_on.png
│ │ │ ├── umeng_socialize_wechat_gray.png
│ │ │ ├── umeng_socialize_wechat.png
│ │ │ ├── umeng_socialize_window_shadow_pad.xml
│ │ │ ├── umeng_socialize_wxcircle_gray.png
│ │ │ ├── umeng_socialize_wxcircle.png
│ │ │ ├── umeng_socialize_x_button.png
│ │ │ ├── video_format_switcher_bg.xml
│ │ │ ├── xinwen_daohang_color_selector.xml
│ │ │ ├── xuanfu_coder.xml
│ │ │ ├── xuanfu_lixian.xml
│ │ │ ├── xuanfu_shangtoutiao.xml
│ │ │ ├── xuanfu_sousuo.xml
│ │ │ ├── xuanfu_yaoqing.xml
│ │ │ └── xuanfu_yejian.xml
│ │ ├── drawable-hdpi
│ │ │ ├── app_icon.png
│ │ │ ├── back.png
│ │ │ ├── biankuang_view.xml
│ │ │ ├── biankuang.xml
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_news_list_other_segments_support_done.png
│ │ │ ├── biz_news_list_other_segments_support.png
│ │ │ ├── biz_news_tie_share.png
│ │ │ ├── biz_pc_account_pwd_icon.png
│ │ │ ├── biz_screenshot_attitude_container_bg.png
│ │ │ ├── biz_tie_user_avater_default_common.png
│ │ │ ├── biz_video_back.png
│ │ │ ├── biz_video_list_item_play_icon_small.png
│ │ │ ├── biz_video_list_item_tie.png
│ │ │ ├── biz_video_list_play_icon_big.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_time.png
│ │ │ ├── btn_innew.xml
│ │ │ ├── feature_arrow_up.png
│ │ │ ├── feature_bg.png
│ │ │ ├── feature_car.png
│ │ │ ├── feature_dot.png
│ │ │ ├── feature_gift.png
│ │ │ ├── feature_jobs_txt.png
│ │ │ ├── feature_lv.png
│ │ │ ├── feature_money.png
│ │ │ ├── feature_scroll_txt.png
│ │ │ ├── feature_title.png
│ │ │ ├── huifu_item_biankuang.xml
│ │ │ ├── icon_11.png
│ │ │ ├── icon_22.png
│ │ │ ├── icon_33.png
│ │ │ ├── icon_44.png
│ │ │ ├── login_button_a.xml
│ │ │ ├── naodong_10.png
│ │ │ ├── naodong_11.png
│ │ │ ├── naodong_12.png
│ │ │ ├── naodong_13.png
│ │ │ ├── naodong_14.png
│ │ │ ├── naodong_15.png
│ │ │ ├── naodong_1.png
│ │ │ ├── naodong_2.png
│ │ │ ├── naodong_3.png
│ │ │ ├── naodong_4.png
│ │ │ ├── naodong_5.png
│ │ │ ├── naodong_6.png
│ │ │ ├── naodong_7.png
│ │ │ ├── naodong_8.png
│ │ │ ├── naodong_9.png
│ │ │ ├── night_biz_media_bg.png
│ │ │ ├── night_biz_pc_main_info_profile_avatar_bg_dark.png
│ │ │ ├── night_biz_video_list_item_play_icon_small.png
│ │ │ ├── night_sns_qqfriends_icon.png
│ │ │ ├── night_sns_sina_icon.png
│ │ │ ├── night_sns_weixin_icon.png
│ │ │ ├── titlebar_background.png
│ │ │ ├── touming.xml
│ │ │ ├── umeng_socialize_light_bar_bg_pad.9.png
│ │ │ ├── umeng_socialize_nav_bar_bg_pad.9.png
│ │ │ ├── umeng_socialize_oauth_check_off.png
│ │ │ ├── umeng_socialize_oauth_check_on.png
│ │ │ ├── umeng_socialize_share_music.png
│ │ │ ├── umeng_socialize_share_pic.png
│ │ │ ├── umeng_socialize_share_video.png
│ │ │ └── zan_icon.xml
│ │ ├── drawable-ldpi
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_news_tie_share.png
│ │ │ ├── biz_video_list_item_play_icon_small.png
│ │ │ ├── biz_video_list_item_tie.png
│ │ │ ├── biz_video_list_play_icon_big.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_time.png
│ │ │ ├── night_biz_media_bg.png
│ │ │ └── night_biz_video_list_item_play_icon_small.png
│ │ ├── drawable-mdpi
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_news_tie_share.png
│ │ │ ├── biz_video_list_item_play_icon_small.png
│ │ │ ├── biz_video_list_item_tie.png
│ │ │ ├── biz_video_list_play_icon_big.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_time.png
│ │ │ ├── night_biz_media_bg.png
│ │ │ └── night_biz_video_list_item_play_icon_small.png
│ │ ├── drawable-xhdpi
│ │ │ ├── app_icon.png
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_news_tie_share.png
│ │ │ ├── biz_video_list_item_play_icon_small.png
│ │ │ ├── biz_video_list_item_tie.png
│ │ │ ├── biz_video_list_play_icon_big.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_time.png
│ │ │ ├── icon_11.png
│ │ │ ├── icon_22.png
│ │ │ ├── icon_33.png
│ │ │ ├── icon_44.png
│ │ │ ├── night_biz_media_bg.png
│ │ │ └── night_biz_video_list_item_play_icon_small.png
│ │ ├── drawable-xxhdpi
│ │ │ ├── app_icon.png
│ │ │ ├── biz_news_detailpage_loading_large_icon.png
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_news_tie_share.png
│ │ │ ├── biz_video_expand.png
│ │ │ ├── biz_video_list_item_play_icon_small.png
│ │ │ ├── biz_video_list_item_tie.png
│ │ │ ├── biz_video_list_play_icon_big.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_time.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon_11.png
│ │ │ ├── icon_22.png
│ │ │ ├── icon_33.png
│ │ │ ├── icon_44.png
│ │ │ ├── night_biz_media_bg.png
│ │ │ └── night_biz_video_list_item_play_icon_small.png
│ │ ├── drawable-xxxhdpi
│ │ │ ├── biankuang_view.xml
│ │ │ ├── biankuang.xml
│ │ │ ├── biz_news_list_ad_video_close_btn.png
│ │ │ ├── biz_news_tie_share.png
│ │ │ ├── biz_video_list_item_play_icon_small.png
│ │ │ ├── biz_video_list_item_tie.png
│ │ │ ├── biz_video_list_play_icon_big.png
│ │ │ ├── biz_video_pause.png
│ │ │ ├── biz_video_play.png
│ │ │ ├── biz_video_progress_thumb.png
│ │ │ ├── biz_video_time.png
│ │ │ ├── icon_11.png
│ │ │ ├── icon_22.png
│ │ │ ├── icon_33.png
│ │ │ ├── icon_44.png
│ │ │ ├── night_biz_media_bg.png
│ │ │ ├── night_biz_video_list_item_play_icon_small.png
│ │ │ └── setting_head.xml
│ │ ├── layout
│ │ │ ├── activity_backpassword.xml
│ │ │ ├── activity_gen_tie.xml
│ │ │ ├── activity_login.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── activity_picture.xml
│ │ │ ├── activity_read_history.xml
│ │ │ ├── activity_register.xml
│ │ │ ├── activity_search.xml
│ │ │ ├── activity_secondwei.xml
│ │ │ ├── activity_setting_glodmall.xml
│ │ │ ├── activity_setting__glod_page.xml
│ │ │ ├── activity_shangtoutiao_detial.xml
│ │ │ ├── activity_shangtoutiao.xml
│ │ │ ├── activity_shiting_head_detials.xml
│ │ │ ├── activity_task__shuo_ming.xml
│ │ │ ├── activity_updater.xml
│ │ │ ├── activity_weather.xml
│ │ │ ├── activity_welcome.xml
│ │ │ ├── activity_yuedu_detial.xml
│ │ │ ├── activity_yue_du.xml
│ │ │ ├── biz_video_media_controller.xml
│ │ │ ├── frg_shang_tou_tiao.xml
│ │ │ ├── full_activity.xml
│ │ │ ├── gentie_huifu_items.xml
│ │ │ ├── gentie_huifu_item.xml
│ │ │ ├── gentie_listview_item.xml
│ │ │ ├── hgz_activity_biaoqian_page.xml
│ │ │ ├── hgz_activity_di_san_fang_login.xml
│ │ │ ├── hgz_activity_main_fragment.xml
│ │ │ ├── hgz_activity_my__task.xml
│ │ │ ├── hgz_activity_read_chievement.xml
│ │ │ ├── hgz_collection_gentie_fragment.xml
│ │ │ ├── hgz_collection_news_adapter_item.xml
│ │ │ ├── hgz_collection_news_fragment.xml
│ │ │ ├── hgz_collection_pic_fragment.xml
│ │ │ ├── hgz_collection.xml
│ │ │ ├── hgz_head_dialog.xml
│ │ │ ├── hgz_head_page.xml
│ │ │ ├── hgz_personal_nickname.xml
│ │ │ ├── hgz_personalset.xml
│ │ │ ├── hgz_set_page_layout.xml
│ │ │ ├── hgz_ziti_scale.xml
│ │ │ ├── item_gridview.xml
│ │ │ ├── item_searchresult.xml
│ │ │ ├── popwindow_detial.xml
│ │ │ ├── popwindow_more.xml
│ │ │ ├── popwindow_sttjianjie.xml
│ │ │ ├── popwindow_view.xml
│ │ │ ├── progress_dialog.xml
│ │ │ ├── pull_to_load_footer.xml
│ │ │ ├── pull_to_refresh_header.xml
│ │ │ ├── read_item.xml
│ │ │ ├── redian_frament.xml
│ │ │ ├── redian_listviewhead.xml
│ │ │ ├── redian_title_bar.xml
│ │ │ ├── redian_view.xml
│ │ │ ├── shake_umeng_socialize_scrshot_snapshot.xml
│ │ │ ├── shake_umeng_socialize_share_dlg.xml
│ │ │ ├── shangtoutiao_item_huigu2.xml
│ │ │ ├── shangtoutiao_item_huigu.xml
│ │ │ ├── shangtoutiao_item_topic.xml
│ │ │ ├── share_style.xml
│ │ │ ├── shezhi_frament.xml
│ │ │ ├── shiting_frament.xml
│ │ │ ├── shiting_list_header.xml
│ │ │ ├── shiting_list_item.xml
│ │ │ ├── super2_vodeo_player_layout.xml
│ │ │ ├── top_remen.xml
│ │ │ ├── umeng_bak_at_list_item.xml
│ │ │ ├── umeng_bak_at_list.xml
│ │ │ ├── umeng_bak_platform_item_simple.xml
│ │ │ ├── umeng_bak_platform_selector_dialog.xml
│ │ │ ├── umeng_socialize_at_item.xml
│ │ │ ├── umeng_socialize_at_overlay.xml
│ │ │ ├── umeng_socialize_at_view.xml
│ │ │ ├── umeng_socialize_base_alert_dialog_button.xml
│ │ │ ├── umeng_socialize_base_alert_dialog.xml
│ │ │ ├── umeng_socialize_bind_select_dialog.xml
│ │ │ ├── umeng_socialize_comment_content.xml
│ │ │ ├── umeng_socialize_comment_detail_nomap.xml
│ │ │ ├── umeng_socialize_comment_detail.xml
│ │ │ ├── umeng_socialize_comment_item.xml
│ │ │ ├── umeng_socialize_comment_more.xml
│ │ │ ├── umeng_socialize_comment_view.xml
│ │ │ ├── umeng_socialize_composer_header.xml
│ │ │ ├── umeng_socialize_failed_load_page.xml
│ │ │ ├── umeng_socialize_full_alert_dialog_item.xml
│ │ │ ├── umeng_socialize_full_alert_dialog.xml
│ │ │ ├── umeng_socialize_full_curtain.xml
│ │ │ ├── umeng_socialize_oauth_dialog.xml
│ │ │ ├── umeng_socialize_post_comment_platform.xml
│ │ │ ├── umeng_socialize_post_comment.xml
│ │ │ ├── umeng_socialize_post_share.xml
│ │ │ ├── umeng_socialize_pull_to_refresh_header.xml
│ │ │ ├── umeng_socialize_shareboard_item.xml
│ │ │ ├── umeng_socialize_simple_spinner_item.xml
│ │ │ ├── umeng_socialize_titile_bar_comment.xml
│ │ │ ├── umeng_socialize_titile_bar.xml
│ │ │ ├── widget_calendar.xml
│ │ │ ├── xinwen_frament.xml
│ │ │ ├── xinwen_title_bar.xml
│ │ │ ├── xinwen_toutiaoframent.xml
│ │ │ ├── xinwen_toutiao_item_duotu.xml
│ │ │ ├── xinwen_toutiao_item_putong.xml
│ │ │ ├── xinwen_toutiao_item_zhibo.xml
│ │ │ ├── xinwen_toutiao_item_zhuanti.xml
│ │ │ ├── xinwen_toutiao_lunbo.xml
│ │ │ ├── xinwen_xi_duotu_frament.xml
│ │ │ ├── xinwen_xi_putong_frament.xml
│ │ │ ├── yuedu_content.xml
│ │ │ ├── yuedu_frament.xml
│ │ │ ├── yuedu_item_normal.xml
│ │ │ ├── yuedu_item_pic1.xml
│ │ │ ├── yuedu_item_pic31.xml
│ │ │ └── yuedu_item_pic32.xml
│ │ ├── layout-sw550dp-large
│ │ │ ├── umeng_socialize_full_alert_dialog.xml
│ │ │ ├── umeng_socialize_oauth_dialog.xml
│ │ │ ├── umeng_socialize_post_comment.xml
│ │ │ ├── umeng_socialize_post_share.xml
│ │ │ └── umeng_socialize_titile_bar.xml
│ │ ├── menu
│ │ │ ├── menu_backpassword.xml
│ │ │ ├── menu_gen_tie.xml
│ │ │ ├── menu_login.xml
│ │ │ ├── menu_main.xml
│ │ │ ├── menu_picture.xml
│ │ │ ├── menu_read_history.xml
│ │ │ ├── menu_register.xml
│ │ │ ├── menu_search.xml
│ │ │ ├── menu_second_code.xml
│ │ │ ├── menu_shang_tou_tiao__hui_gu_detial.xml
│ │ │ ├── menu_shang_tou_tiao.xml
│ │ │ ├── menu_updater.xml
│ │ │ ├── menu_weather.xml
│ │ │ ├── menu_web_view.xml
│ │ │ ├── menu_welcome.xml
│ │ │ ├── menu_xin_wen_xi.xml
│ │ │ ├── menu_yue_du_detial.xml
│ │ │ └── menu_yue_du.xml
│ │ ├── mipmap-hdpi
│ │ │ ├── back.png
│ │ │ ├── content_radiogroup_backgroup.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── kuozhan_caidan.png
│ │ │ ├── login_edit_button_selected.png
│ │ │ ├── redian2.png
│ │ │ ├── redian_headicon.png
│ │ │ ├── redian_head.png
│ │ │ ├── redian.png
│ │ │ ├── redian_title_bar.png
│ │ │ ├── reply_num_icon.png
│ │ │ ├── reply_write.png
│ │ │ ├── search_history_clear.png
│ │ │ ├── setting_gentie.png
│ │ │ ├── share.png
│ │ │ ├── shezhi2.png
│ │ │ ├── shezhi.png
│ │ │ ├── shiting2.png
│ │ │ ├── shiting.png
│ │ │ ├── stt_bg.png
│ │ │ ├── titlebar_background.png
│ │ │ ├── toutiao_lunbo_icon2.png
│ │ │ ├── toutiao_lunbo_icon.png
│ │ │ ├── xinwen2.png
│ │ │ ├── xinwen.png
│ │ │ ├── xinwen_toutiao_item.jpg
│ │ │ ├── xsearch_loading.png
│ │ │ ├── xsearch_msg_pull_arrow_down.png
│ │ │ ├── yuedu2.png
│ │ │ └── yuedu.png
│ │ ├── mipmap-mdpi
│ │ │ ├── back_icon.png
│ │ │ ├── back.png
│ │ │ ├── biz_newspage_action_bar_bg.png
│ │ │ ├── biz_tie_comment_pk_pos_flag_icon.png
│ │ │ ├── biz_tie_user_avater_default_common.png
│ │ │ ├── black_back.png
│ │ │ ├── close_mall.png
│ │ │ ├── collection_heart.png
│ │ │ ├── content_radiogroup_backgroup.png
│ │ │ ├── defaultcovers.jpg
│ │ │ ├── drawable
│ │ │ │ ├── biankuang_popview.xml
│ │ │ │ ├── biankuang_stt_guide.xml
│ │ │ │ ├── biankuang_stt_item.xml
│ │ │ │ ├── biankuang_view.xml
│ │ │ │ ├── biankuang.xml
│ │ │ │ ├── popview_bt.xml
│ │ │ │ ├── progress_loading_image_01.png
│ │ │ │ ├── progress_loading_image_02.png
│ │ │ │ ├── radio_textcolor.xml
│ │ │ │ ├── shangtoutiao_tv.xml
│ │ │ │ ├── xuanfu_coder.xml
│ │ │ │ ├── xuanfu_lixian.xml
│ │ │ │ ├── xuanfu_shangtoutiao.xml
│ │ │ │ ├── xuanfu_sousuo.xml
│ │ │ │ ├── xuanfu_yaoqing.xml
│ │ │ │ └── xuanfu_yejian.xml
│ │ │ ├── goldmall.png
│ │ │ ├── header_background.png
│ │ │ ├── head_photo_selector_bg.png
│ │ │ ├── head_pic_selector_bg.png
│ │ │ ├── head_selector_sina_bg.png
│ │ │ ├── ic_arrow_left.png
│ │ │ ├── ic_arrow_right.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── into.png
│ │ │ ├── kuozhan_caidan.png
│ │ │ ├── list_item_tie.png
│ │ │ ├── location.png
│ │ │ ├── login_edit_button_selected.png
│ │ │ ├── main_goldmall.png
│ │ │ ├── main_mail.png
│ │ │ ├── main_message.png
│ │ │ ├── main_task.png
│ │ │ ├── main_wallet.png
│ │ │ ├── menu_moreoverflow.png
│ │ │ ├── mycomment_empty.png
│ │ │ ├── read_icon.png
│ │ │ ├── readnews_chievement_empty.png
│ │ │ ├── redian2.png
│ │ │ ├── redian.png
│ │ │ ├── reply_num_icon.png
│ │ │ ├── reply_write.png
│ │ │ ├── rigth_setting.png
│ │ │ ├── search_history_clear.png
│ │ │ ├── set_close.png
│ │ │ ├── set_open.png
│ │ │ ├── setting_gentie.png
│ │ │ ├── setting_text_edit_delete.png
│ │ │ ├── shangtoutiao_bg.png
│ │ │ ├── shangtoutiao_buzan.png
│ │ │ ├── shangtoutiao_clear_alpha.png
│ │ │ ├── shangtoutiao_person.png
│ │ │ ├── shangtoutiao_readinfo.png
│ │ │ ├── shangtoutiao_xinxi.png
│ │ │ ├── shangtout_zan.png
│ │ │ ├── share_alpha.png
│ │ │ ├── share_kongjiao.png
│ │ │ ├── share_more1.png
│ │ │ ├── share.png
│ │ │ ├── share_qq.png
│ │ │ ├── share_weixin.png
│ │ │ ├── shezhi2.png
│ │ │ ├── shezhi.png
│ │ │ ├── shiting2.png
│ │ │ ├── shiting.png
│ │ │ ├── show_gold.png
│ │ │ ├── sst_huigu_bg.png
│ │ │ ├── stt_huigu1.png
│ │ │ ├── stt_huigu2.png
│ │ │ ├── taskbackground.png
│ │ │ ├── task_empty.png
│ │ │ ├── titlebar_background.png
│ │ │ ├── toutiao_lunbo_icon2.png
│ │ │ ├── toutiao_lunbo_icon.png
│ │ │ ├── weather_background_big.jpg
│ │ │ ├── weather_bg.png
│ │ │ ├── weather_c.png
│ │ │ ├── weather_yin.png
│ │ │ ├── write_normal.png
│ │ │ ├── xinwen2.png
│ │ │ ├── xinwen.png
│ │ │ ├── xinwen_toutiao_item.jpg
│ │ │ ├── xsearch_loading.png
│ │ │ ├── xsearch_msg_pull_arrow_down.png
│ │ │ ├── xuanfu_code.png
│ │ │ ├── xuanfu_code_press.png
│ │ │ ├── xuanfu_firend.png
│ │ │ ├── xuanfu_firend_press.png
│ │ │ ├── xuanfu_lixian.png
│ │ │ ├── xuanfu_lixian_press.png
│ │ │ ├── xuanfu_search.png
│ │ │ ├── xuanfu_search_press.png
│ │ │ ├── xuanfu_shangtoutiao.png
│ │ │ ├── xuanfu_shangtoutiao_press.png
│ │ │ ├── xuanfu_yejian.png
│ │ │ ├── xuanfu_yejian_press.png
│ │ │ ├── yuedu2.png
│ │ │ └── yuedu.png
│ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── raw
│ │ │ └── shake_sound.mp3
│ │ ├── values
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── pull_refresh_strings.xml
│ │ │ ├── shake_umeng_socialize_style.xml
│ │ │ ├── strings.xml
│ │ │ ├── styles.xml
│ │ │ ├── umeng_socialize_colors.xml
│ │ │ ├── umeng_socialize_strings.xml
│ │ │ └── umeng_socialize_style.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ ├── BarCodeTest
│ │ ├── AndroidManifest.xml
│ │ ├── BarCodeTest.iml
│ │ ├── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── BarCodeTest.apk
│ │ │ ├── barcodetest.jar
│ │ │ ├── classes
│ │ │ │ └── com
│ │ │ │ ├── ericssonlabs
│ │ │ │ │ ├── BarCodeTestActivity$1.class
│ │ │ │ │ ├── BarCodeTestActivity$2.class
│ │ │ │ │ ├── BarCodeTestActivity.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$raw.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ └── R.class
│ │ │ │ └── zxing
│ │ │ │ ├── activity
│ │ │ │ │ ├── CaptureActivity$1.class
│ │ │ │ │ ├── CaptureActivity$2.class
│ │ │ │ │ └── CaptureActivity.class
│ │ │ │ ├── camera
│ │ │ │ │ ├── AutoFocusCallback.class
│ │ │ │ │ ├── CameraConfigurationManager.class
│ │ │ │ │ ├── CameraManager.class
│ │ │ │ │ ├── FlashlightManager.class
│ │ │ │ │ ├── PlanarYUVLuminanceSource.class
│ │ │ │ │ └── PreviewCallback.class
│ │ │ │ ├── decoding
│ │ │ │ │ ├── CaptureActivityHandler$State.class
│ │ │ │ │ ├── CaptureActivityHandler.class
│ │ │ │ │ ├── DecodeFormatManager.class
│ │ │ │ │ ├── DecodeHandler.class
│ │ │ │ │ ├── DecodeThread.class
│ │ │ │ │ ├── FinishListener.class
│ │ │ │ │ ├── InactivityTimer$DaemonThreadFactory.class
│ │ │ │ │ ├── InactivityTimer.class
│ │ │ │ │ ├── Intents$Encode.class
│ │ │ │ │ ├── Intents$Scan.class
│ │ │ │ │ ├── Intents$SearchBookContents.class
│ │ │ │ │ ├── Intents$Share.class
│ │ │ │ │ ├── Intents$WifiConnect.class
│ │ │ │ │ └── Intents.class
│ │ │ │ ├── encoding
│ │ │ │ │ └── EncodingHandler.class
│ │ │ │ └── view
│ │ │ │ ├── ViewfinderResultPointCallback.class
│ │ │ │ └── ViewfinderView.class
│ │ │ ├── classes.dex
│ │ │ ├── jarlist.cache
│ │ │ ├── res
│ │ │ │ ├── crunch
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-ldpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ └── drawable-mdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-hdpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-ldpi
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ └── drawable-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── resources.ap_
│ │ │ └── R.txt
│ │ ├── build
│ │ │ ├── generated
│ │ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── ericssonlabs
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── ericssonlabs
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ └── release
│ │ │ │ │ └── com
│ │ │ │ │ └── ericssonlabs
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── ericssonlabs
│ │ │ │ │ ├── R.java
│ │ │ │ │ └── test
│ │ │ │ │ └── R.java
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── ericssonlabs
│ │ │ │ │ └── R.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── ericssonlabs
│ │ │ │ └── R.java
│ │ │ ├── intermediates
│ │ │ │ ├── bundles
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ │ └── zxing.jar
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ │ ├── drawable-ldpi-v4
│ │ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ │ └── navbar.9.png
│ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ ├── camera.xml
│ │ │ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ │ ├── mipmap
│ │ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ │ ├── raw
│ │ │ │ │ │ │ │ ├── beep.ogg
│ │ │ │ │ │ │ │ └── realm_properties
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── release
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ ├── libs
│ │ │ │ │ │ └── zxing.jar
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-ldpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ └── navbar.9.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── camera.xml
│ │ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ ├── mipmap
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── raw
│ │ │ │ │ │ │ ├── beep.ogg
│ │ │ │ │ │ │ └── realm_properties
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── classes
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── ericssonlabs
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ └── test
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ ├── ericssonlabs
│ │ │ │ │ │ │ ├── BarCodeTestActivity$1.class
│ │ │ │ │ │ │ ├── BarCodeTestActivity$2.class
│ │ │ │ │ │ │ ├── BarCodeTestActivity.class
│ │ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── zxing
│ │ │ │ │ │ ├── activity
│ │ │ │ │ │ │ ├── CaptureActivity$1.class
│ │ │ │ │ │ │ ├── CaptureActivity$2.class
│ │ │ │ │ │ │ └── CaptureActivity.class
│ │ │ │ │ │ ├── camera
│ │ │ │ │ │ │ ├── AutoFocusCallback.class
│ │ │ │ │ │ │ ├── CameraConfigurationManager.class
│ │ │ │ │ │ │ ├── CameraManager.class
│ │ │ │ │ │ │ ├── FlashlightManager.class
│ │ │ │ │ │ │ ├── PlanarYUVLuminanceSource.class
│ │ │ │ │ │ │ └── PreviewCallback.class
│ │ │ │ │ │ ├── decoding
│ │ │ │ │ │ │ ├── CaptureActivityHandler$State.class
│ │ │ │ │ │ │ ├── CaptureActivityHandler.class
│ │ │ │ │ │ │ ├── DecodeFormatManager.class
│ │ │ │ │ │ │ ├── DecodeHandler.class
│ │ │ │ │ │ │ ├── DecodeThread.class
│ │ │ │ │ │ │ ├── FinishListener.class
│ │ │ │ │ │ │ ├── InactivityTimer$1.class
│ │ │ │ │ │ │ ├── InactivityTimer$DaemonThreadFactory.class
│ │ │ │ │ │ │ ├── InactivityTimer.class
│ │ │ │ │ │ │ ├── Intents$Encode.class
│ │ │ │ │ │ │ ├── Intents$Scan.class
│ │ │ │ │ │ │ ├── Intents$SearchBookContents.class
│ │ │ │ │ │ │ ├── Intents$Share.class
│ │ │ │ │ │ │ ├── Intents$WifiConnect.class
│ │ │ │ │ │ │ └── Intents.class
│ │ │ │ │ │ ├── encoding
│ │ │ │ │ │ │ └── EncodingHandler.class
│ │ │ │ │ │ └── view
│ │ │ │ │ │ ├── ViewfinderResultPointCallback.class
│ │ │ │ │ │ └── ViewfinderView.class
│ │ │ │ │ └── release
│ │ │ │ │ └── com
│ │ │ │ │ ├── ericssonlabs
│ │ │ │ │ │ ├── BarCodeTestActivity$1.class
│ │ │ │ │ │ ├── BarCodeTestActivity$2.class
│ │ │ │ │ │ ├── BarCodeTestActivity.class
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── zxing
│ │ │ │ │ ├── activity
│ │ │ │ │ │ ├── CaptureActivity$1.class
│ │ │ │ │ │ ├── CaptureActivity$2.class
│ │ │ │ │ │ └── CaptureActivity.class
│ │ │ │ │ ├── camera
│ │ │ │ │ │ ├── AutoFocusCallback.class
│ │ │ │ │ │ ├── CameraConfigurationManager.class
│ │ │ │ │ │ ├── CameraManager.class
│ │ │ │ │ │ ├── FlashlightManager.class
│ │ │ │ │ │ ├── PlanarYUVLuminanceSource.class
│ │ │ │ │ │ └── PreviewCallback.class
│ │ │ │ │ ├── decoding
│ │ │ │ │ │ ├── CaptureActivityHandler$State.class
│ │ │ │ │ │ ├── CaptureActivityHandler.class
│ │ │ │ │ │ ├── DecodeFormatManager.class
│ │ │ │ │ │ ├── DecodeHandler.class
│ │ │ │ │ │ ├── DecodeThread.class
│ │ │ │ │ │ ├── FinishListener.class
│ │ │ │ │ │ ├── InactivityTimer$1.class
│ │ │ │ │ │ ├── InactivityTimer$DaemonThreadFactory.class
│ │ │ │ │ │ ├── InactivityTimer.class
│ │ │ │ │ │ ├── Intents$Encode.class
│ │ │ │ │ │ ├── Intents$Scan.class
│ │ │ │ │ │ ├── Intents$SearchBookContents.class
│ │ │ │ │ │ ├── Intents$Share.class
│ │ │ │ │ │ ├── Intents$WifiConnect.class
│ │ │ │ │ │ └── Intents.class
│ │ │ │ │ ├── encoding
│ │ │ │ │ │ └── EncodingHandler.class
│ │ │ │ │ └── view
│ │ │ │ │ ├── ViewfinderResultPointCallback.class
│ │ │ │ │ └── ViewfinderView.class
│ │ │ │ ├── incremental
│ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── androidTest
│ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── dependency.store
│ │ │ │ │ │ ├── debug
│ │ │ │ │ │ │ └── dependency.store
│ │ │ │ │ │ └── release
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── mergeAssets
│ │ │ │ │ │ ├── androidTest
│ │ │ │ │ │ │ └── debug
│ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ ├── debug
│ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ └── release
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeResources
│ │ │ │ │ │ └── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeResourcesandroidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── packageResources
│ │ │ │ │ │ ├── debug
│ │ │ │ │ │ │ └── merger.xml
│ │ │ │ │ │ └── release
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── packageResourcesdebug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── packageResourcesrelease
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── manifest
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ └── tmp
│ │ │ │ │ └── manifestMerger8121956251606449564.xml
│ │ │ │ ├── manifests
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ └── tmp
│ │ │ │ │ ├── manifestMerger1689186795461849640.xml
│ │ │ │ │ ├── manifestMerger4651919950651418240.xml
│ │ │ │ │ ├── manifestMerger6818044231216216317.xml
│ │ │ │ │ ├── manifestMerger6843476195596198728.xml
│ │ │ │ │ ├── manifestMerger7487549629425737592.xml
│ │ │ │ │ ├── manifestMerger8030264245946561561.xml
│ │ │ │ │ └── manifestMerger8897648487896086147.xml
│ │ │ │ ├── res
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-ldpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ └── navbar.9.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── camera.xml
│ │ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ ├── mipmap
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── raw
│ │ │ │ │ │ │ ├── beep.ogg
│ │ │ │ │ │ │ └── realm_properties
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── merged
│ │ │ │ │ │ └── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-ldpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ └── navbar.9.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── camera.xml
│ │ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ ├── mipmap
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── raw
│ │ │ │ │ │ │ ├── beep.ogg
│ │ │ │ │ │ │ └── realm_properties
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── resources-debug-androidTest.ap_
│ │ │ │ ├── resources
│ │ │ │ │ └── resources-debug-androidTest.ap_
│ │ │ │ └── symbols
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ ├── outputs
│ │ │ │ └── aar
│ │ │ │ ├── BarCodeTest-debug.aar
│ │ │ │ └── BarCodeTest-release.aar
│ │ │ └── tmp
│ │ │ ├── packageDebugJar
│ │ │ │ └── MANIFEST.MF
│ │ │ └── packageReleaseJar
│ │ │ └── MANIFEST.MF
│ │ ├── build.gradle
│ │ ├── gen
│ │ │ └── com
│ │ │ └── ericssonlabs
│ │ │ ├── BuildConfig.java
│ │ │ └── R.java
│ │ ├── libs
│ │ │ └── zxing.jar
│ │ ├── proguard.cfg
│ │ ├── project.properties
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ └── navbar.9.png
│ │ │ ├── layout
│ │ │ │ ├── camera.xml
│ │ │ │ └── main.xml
│ │ │ ├── mipmap
│ │ │ │ └── ic_launcher.png
│ │ │ ├── raw
│ │ │ │ ├── beep.ogg
│ │ │ │ └── realm_properties
│ │ │ └── values
│ │ │ ├── colors.xml
│ │ │ ├── ids.xml
│ │ │ └── strings.xml
│ │ └── src
│ │ └── com
│ │ ├── ericssonlabs
│ │ │ └── BarCodeTestActivity.java
│ │ └── zxing
│ │ ├── activity
│ │ │ └── CaptureActivity.java
│ │ ├── camera
│ │ │ ├── AutoFocusCallback.java
│ │ │ ├── CameraConfigurationManager.java
│ │ │ ├── CameraManager.java
│ │ │ ├── FlashlightManager.java
│ │ │ ├── PlanarYUVLuminanceSource.java
│ │ │ └── PreviewCallback.java
│ │ ├── decoding
│ │ │ ├── CaptureActivityHandler.java
│ │ │ ├── DecodeFormatManager.java
│ │ │ ├── DecodeHandler.java
│ │ │ ├── DecodeThread.java
│ │ │ ├── FinishListener.java
│ │ │ ├── InactivityTimer.java
│ │ │ └── Intents.java
│ │ ├── encoding
│ │ │ └── EncodingHandler.java
│ │ └── view
│ │ ├── ViewfinderResultPointCallback.java
│ │ └── ViewfinderView.java
│ ├── build.gradle
│ ├── gradle
│ │ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── settings.gradle
│ └── WYXW.iml
├── 源码说明.txt
└── 说明.htm
226 directories, 1040 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论