实例介绍
源码来者不宜,积分有点贵,技术啦没办法的,谢谢各位
【实例截图】
【核心代码】
AVS-master
└── AVS-master
├── AndroidManifest.xml
├── assets
│ ├── iChanoPrivacyPolicyCN.html
│ └── iChanoPrivacyPolicyEN.html
├── AVS-master
│ ├── AndroidManifest.xml
│ ├── assets
│ │ ├── iChanoPrivacyPolicyCN.html
│ │ └── iChanoPrivacyPolicyEN.html
│ ├── libs
│ │ ├── android-support-v4.jar
│ │ ├── armeabi
│ │ │ ├── libaaccodec.so
│ │ │ ├── libbspatch.so
│ │ │ ├── libgnustl_shared.so
│ │ │ ├── libpvcodec.so
│ │ │ ├── libsdk30.so
│ │ │ ├── libstreamer30.so
│ │ │ ├── libumeng_opustool.so
│ │ │ ├── libx264codec.so
│ │ │ └── libx264.so
│ │ ├── avs_sdk_opensource.jar
│ │ ├── com.umeng.fb.5.4.0.jar
│ │ ├── umeng-analytics-v5.6.4.jar
│ │ ├── umeng-update-v2.6.0.1.jar
│ │ └── zxing-core-3.2.2.jar
│ ├── LICENSE
│ ├── README_CN.md
│ ├── README_EN.md
│ ├── README.md
│ ├── res
│ │ ├── anim
│ │ │ ├── umeng_fb_audio_play_anim.xml
│ │ │ ├── umeng_fb_dialog_enter_anim.xml
│ │ │ └── umeng_fb_dialog_exit_anim.xml
│ │ ├── drawable
│ │ │ ├── ic_launcher.png
│ │ │ ├── info_bg.xml
│ │ │ ├── round_conner_rect_bg.xml
│ │ │ ├── tb_munion_icon.xml
│ │ │ ├── tb_munion_item_selector.xml
│ │ │ ├── umeng_common_gradient_green.xml
│ │ │ ├── umeng_common_gradient_orange.xml
│ │ │ ├── umeng_common_gradient_red.xml
│ │ │ ├── umeng_fb_action_replay.png
│ │ │ ├── umeng_fb_arrow_right.png
│ │ │ ├── umeng_fb_help_tab_bg.xml
│ │ │ ├── umeng_fb_round_white_bg.xml
│ │ │ ├── umeng_update_button_cancel_bg_focused.xml
│ │ │ ├── umeng_update_button_cancel_bg_normal.xml
│ │ │ ├── umeng_update_button_cancel_bg_selector.xml
│ │ │ ├── umeng_update_button_cancel_bg_tap.xml
│ │ │ ├── umeng_update_button_check_selector.xml
│ │ │ ├── umeng_update_button_close_bg_selector.xml
│ │ │ ├── umeng_update_button_ok_bg_focused.xml
│ │ │ ├── umeng_update_button_ok_bg_normal.xml
│ │ │ ├── umeng_update_button_ok_bg_selector.xml
│ │ │ ├── umeng_update_button_ok_bg_tap.xml
│ │ │ ├── umeng_update_dialog_bg.xml
│ │ │ ├── umeng_update_title_bg.xml
│ │ │ └── umeng_update_wifi_disable.png
│ │ ├── drawable-en-xhdpi
│ │ │ └── guide.png
│ │ ├── drawable-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── loading_txt.png
│ │ │ ├── umeng_update_btn_check_off_focused_holo_light.png
│ │ │ ├── umeng_update_btn_check_off_holo_light.png
│ │ │ ├── umeng_update_btn_check_off_pressed_holo_light.png
│ │ │ ├── umeng_update_btn_check_on_focused_holo_light.png
│ │ │ ├── umeng_update_btn_check_on_holo_light.png
│ │ │ ├── umeng_update_btn_check_on_pressed_holo_light.png
│ │ │ ├── umeng_update_close_bg_normal.png
│ │ │ └── umeng_update_close_bg_tap.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ ├── guide.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── loading_bg.png
│ │ │ ├── loading_logo.png
│ │ │ ├── menu.png
│ │ │ ├── umeng_fb_audio_dialog_cancel.png
│ │ │ ├── umeng_fb_audio_dialog_content.png
│ │ │ ├── umeng_fb_audio_play_01.png
│ │ │ ├── umeng_fb_audio_play_02.png
│ │ │ ├── umeng_fb_audio_play_03.png
│ │ │ ├── umeng_fb_audio_play_bg.9.png
│ │ │ ├── umeng_fb_keyboard.png
│ │ │ ├── umeng_fb_plus.png
│ │ │ └── umeng_fb_record.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── about_dialog.xml
│ │ │ ├── activity_guide.xml
│ │ │ ├── activity_loading.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── modify_info_dialog.xml
│ │ │ ├── tb_munion_aditem.xml
│ │ │ ├── umeng_common_download_notification.xml
│ │ │ ├── umeng_fb_activity_conversation.xml
│ │ │ ├── umeng_fb_activity_help.xml
│ │ │ ├── umeng_fb_audio_dialog.xml
│ │ │ ├── umeng_fb_contact_spinner.xml
│ │ │ ├── umeng_fb_contact.xml
│ │ │ ├── umeng_fb_fragment_question.xml
│ │ │ ├── umeng_fb_fragment.xml
│ │ │ ├── umeng_fb_image_dialog.xml
│ │ │ ├── umeng_fb_input_contact.xml
│ │ │ ├── umeng_fb_input_conversation_audio.xml
│ │ │ ├── umeng_fb_input_conversation.xml
│ │ │ ├── umeng_fb_reply_item_audio.xml
│ │ │ ├── umeng_fb_reply_item_image.xml
│ │ │ ├── umeng_fb_reply_item_text.xml
│ │ │ ├── umeng_fb_welcome_item.xml
│ │ │ └── umeng_update_dialog.xml
│ │ ├── layout-v9
│ │ │ └── umeng_common_download_notification.xml
│ │ ├── values
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ ├── styles.xml
│ │ │ ├── tb_munion_strings.xml
│ │ │ ├── umeng_common_strings.xml
│ │ │ ├── umeng_fb_color.xml
│ │ │ ├── umeng_fb_dimens.xml
│ │ │ ├── umeng_fb_strings.xml
│ │ │ ├── umeng_fb_style.xml
│ │ │ └── umeng_update_string.xml
│ │ ├── values-xhdpi
│ │ │ └── dimens.xml
│ │ ├── values-zh
│ │ │ ├── strings.xml
│ │ │ ├── umeng_common_strings.xml
│ │ │ ├── umeng_fb_strings.xml
│ │ │ └── umeng_update_string.xml
│ │ └── values-zh-rTW
│ │ └── strings.xml
│ ├── screenshot1_en.png
│ ├── screenshot1.png
│ ├── screenshot2_en.png
│ ├── screenshot2.png
│ └── src
│ └── com
│ └── zhongyun
│ └── avs
│ ├── AvsActivity.java
│ ├── GuideActivity.java
│ ├── LoadingActivity.java
│ ├── MyAvsHelper.java
│ └── utils
│ └── PrefUtils.java
├── libs
│ ├── android-support-v4.jar
│ ├── armeabi
│ │ ├── libaaccodec.so
│ │ ├── libbspatch.so
│ │ ├── libgnustl_shared.so
│ │ ├── libpvcodec.so
│ │ ├── libsdk30.so
│ │ ├── libstreamer30.so
│ │ ├── libumeng_opustool.so
│ │ ├── libx264codec.so
│ │ └── libx264.so
│ ├── avs_sdk_opensource.jar
│ ├── com.umeng.fb.5.4.0.jar
│ ├── umeng-analytics-v5.6.4.jar
│ ├── umeng-update-v2.6.0.1.jar
│ └── zxing-core-3.2.2.jar
├── LICENSE
├── README_CN.md
├── README_EN.md
├── README.md
├── res
│ ├── anim
│ │ ├── umeng_fb_audio_play_anim.xml
│ │ ├── umeng_fb_dialog_enter_anim.xml
│ │ └── umeng_fb_dialog_exit_anim.xml
│ ├── drawable
│ │ ├── ic_launcher.png
│ │ ├── info_bg.xml
│ │ ├── round_conner_rect_bg.xml
│ │ ├── tb_munion_icon.xml
│ │ ├── tb_munion_item_selector.xml
│ │ ├── umeng_common_gradient_green.xml
│ │ ├── umeng_common_gradient_orange.xml
│ │ ├── umeng_common_gradient_red.xml
│ │ ├── umeng_fb_action_replay.png
│ │ ├── umeng_fb_arrow_right.png
│ │ ├── umeng_fb_help_tab_bg.xml
│ │ ├── umeng_fb_round_white_bg.xml
│ │ ├── umeng_update_button_cancel_bg_focused.xml
│ │ ├── umeng_update_button_cancel_bg_normal.xml
│ │ ├── umeng_update_button_cancel_bg_selector.xml
│ │ ├── umeng_update_button_cancel_bg_tap.xml
│ │ ├── umeng_update_button_check_selector.xml
│ │ ├── umeng_update_button_close_bg_selector.xml
│ │ ├── umeng_update_button_ok_bg_focused.xml
│ │ ├── umeng_update_button_ok_bg_normal.xml
│ │ ├── umeng_update_button_ok_bg_selector.xml
│ │ ├── umeng_update_button_ok_bg_tap.xml
│ │ ├── umeng_update_dialog_bg.xml
│ │ ├── umeng_update_title_bg.xml
│ │ └── umeng_update_wifi_disable.png
│ ├── drawable-en-xhdpi
│ │ └── guide.png
│ ├── drawable-hdpi
│ │ ├── ic_launcher.png
│ │ ├── loading_txt.png
│ │ ├── umeng_update_btn_check_off_focused_holo_light.png
│ │ ├── umeng_update_btn_check_off_holo_light.png
│ │ ├── umeng_update_btn_check_off_pressed_holo_light.png
│ │ ├── umeng_update_btn_check_on_focused_holo_light.png
│ │ ├── umeng_update_btn_check_on_holo_light.png
│ │ ├── umeng_update_btn_check_on_pressed_holo_light.png
│ │ ├── umeng_update_close_bg_normal.png
│ │ └── umeng_update_close_bg_tap.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── guide.png
│ │ ├── ic_launcher.png
│ │ ├── loading_bg.png
│ │ ├── loading_logo.png
│ │ ├── menu.png
│ │ ├── umeng_fb_audio_dialog_cancel.png
│ │ ├── umeng_fb_audio_dialog_content.png
│ │ ├── umeng_fb_audio_play_01.png
│ │ ├── umeng_fb_audio_play_02.png
│ │ ├── umeng_fb_audio_play_03.png
│ │ ├── umeng_fb_audio_play_bg.9.png
│ │ ├── umeng_fb_keyboard.png
│ │ ├── umeng_fb_plus.png
│ │ └── umeng_fb_record.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── about_dialog.xml
│ │ ├── activity_guide.xml
│ │ ├── activity_loading.xml
│ │ ├── activity_main.xml
│ │ ├── modify_info_dialog.xml
│ │ ├── tb_munion_aditem.xml
│ │ ├── umeng_common_download_notification.xml
│ │ ├── umeng_fb_activity_conversation.xml
│ │ ├── umeng_fb_activity_help.xml
│ │ ├── umeng_fb_audio_dialog.xml
│ │ ├── umeng_fb_contact_spinner.xml
│ │ ├── umeng_fb_contact.xml
│ │ ├── umeng_fb_fragment_question.xml
│ │ ├── umeng_fb_fragment.xml
│ │ ├── umeng_fb_image_dialog.xml
│ │ ├── umeng_fb_input_contact.xml
│ │ ├── umeng_fb_input_conversation_audio.xml
│ │ ├── umeng_fb_input_conversation.xml
│ │ ├── umeng_fb_reply_item_audio.xml
│ │ ├── umeng_fb_reply_item_image.xml
│ │ ├── umeng_fb_reply_item_text.xml
│ │ ├── umeng_fb_welcome_item.xml
│ │ └── umeng_update_dialog.xml
│ ├── layout-v9
│ │ └── umeng_common_download_notification.xml
│ ├── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ ├── tb_munion_strings.xml
│ │ ├── umeng_common_strings.xml
│ │ ├── umeng_fb_color.xml
│ │ ├── umeng_fb_dimens.xml
│ │ ├── umeng_fb_strings.xml
│ │ ├── umeng_fb_style.xml
│ │ └── umeng_update_string.xml
│ ├── values-xhdpi
│ │ └── dimens.xml
│ ├── values-zh
│ │ ├── strings.xml
│ │ ├── umeng_common_strings.xml
│ │ ├── umeng_fb_strings.xml
│ │ └── umeng_update_string.xml
│ └── values-zh-rTW
│ └── strings.xml
├── screenshot1_en.png
├── screenshot1.png
├── screenshot2_en.png
├── screenshot2.png
└── src
└── com
└── zhongyun
└── avs
├── AvsActivity.java
├── GuideActivity.java
├── LoadingActivity.java
├── MyAvsHelper.java
└── utils
└── PrefUtils.java
46 directories, 254 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论