实例介绍
Android应用源码高仿安卓微信UI全套项目
【实例截图】
【核心代码】
d0e3f66d-c998-4e36-a067-4d8c3f3f6a0f
├── javaapk.com_0000.png
├── javaapk.com_0001.png
├── javaapk.com_0002.png
├── javaapk.com_0003.png
├── javaapk.com_0004.png
├── javaapk.com_0005.png
├── javaapk.com_0006.png
├── javaapk.com_0007.png
├── javaapk.com_0008.png
├── javaapk.com_0009.png
├── javaapk.com_0010.png
├── javaapk.com_0011.png
├── javaapk.com_0012.png
├── javaapk.com_0013.png
├── javaapk.com_0014.png
├── JavaApk源码说明.txt
├── [安卓开源]MyAppWeixin(高仿微信全套UI)
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ └── classes
│ │ └── cn
│ │ └── buaa
│ │ └── myweixin
│ │ ├── Appstart$1.class
│ │ ├── Appstart.class
│ │ ├── BuildConfig.class
│ │ ├── ChatActivity.class
│ │ ├── ChatMsgEntity.class
│ │ ├── ChatMsgViewAdapter$IMsgViewType.class
│ │ ├── ChatMsgViewAdapter$ViewHolder.class
│ │ ├── ChatMsgViewAdapter.class
│ │ ├── Exit$1.class
│ │ ├── Exit.class
│ │ ├── ExitFromSettings$1.class
│ │ ├── ExitFromSettings.class
│ │ ├── InfoXiaohei.class
│ │ ├── InfoXiaoheiHead.class
│ │ ├── LoadingActivity$1.class
│ │ ├── LoadingActivity.class
│ │ ├── Login.class
│ │ ├── MainTopRightDialog$1.class
│ │ ├── MainTopRightDialog.class
│ │ ├── MainWeixin$1.class
│ │ ├── MainWeixin$2.class
│ │ ├── MainWeixin$MyOnClickListener.class
│ │ ├── MainWeixin$MyOnPageChangeListener.class
│ │ ├── MainWeixin.class
│ │ ├── R$anim.class
│ │ ├── R$attr.class
│ │ ├── R$color.class
│ │ ├── R$drawable.class
│ │ ├── R$id.class
│ │ ├── R$layout.class
│ │ ├── R$menu.class
│ │ ├── R$string.class
│ │ ├── R$style.class
│ │ ├── R.class
│ │ ├── ShakeActivity$1.class
│ │ ├── ShakeActivity$2.class
│ │ ├── ShakeActivity$3$1.class
│ │ ├── ShakeActivity$3.class
│ │ ├── ShakeActivity.class
│ │ ├── ShakeListener$OnShakeListener.class
│ │ ├── ShakeListener.class
│ │ ├── Welcome.class
│ │ ├── Whatsnew$1.class
│ │ ├── Whatsnew$MyOnPageChangeListener.class
│ │ ├── Whatsnew.class
│ │ ├── WhatsnewDoor$1.class
│ │ └── WhatsnewDoor.class
│ ├── gen
│ │ └── cn
│ │ └── buaa
│ │ └── myweixin
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── JavaApk源码说明.txt
│ ├── libs
│ │ └── android-support-v4.jar
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── anim
│ │ │ ├── fade_in.xml
│ │ │ ├── fade_out.xml
│ │ │ ├── head_in.xml
│ │ │ ├── head_out.xml
│ │ │ ├── hold_long.xml
│ │ │ ├── hold.xml
│ │ │ ├── push_bottom_in.xml
│ │ │ ├── push_bottom_out.xml
│ │ │ ├── push_top_in2.xml
│ │ │ ├── push_top_in.xml
│ │ │ ├── push_top_out2.xml
│ │ │ └── push_top_out.xml
│ │ ├── drawable
│ │ │ ├── btn_style_alert_dialog_button.xml
│ │ │ ├── btn_style_alert_dialog_cancel.xml
│ │ │ ├── btn_style_alert_dialog_special.xml
│ │ │ ├── btn_style_blue.xml
│ │ │ ├── btn_style_green.xml
│ │ │ ├── btn_style_red.xml
│ │ │ ├── btn_style_white.xml
│ │ │ ├── chatfrom_bg.xml
│ │ │ ├── chat_send_btn.xml
│ │ │ ├── chatto_bg.xml
│ │ │ ├── login_editbox.xml
│ │ │ ├── menu_btn_bg.xml
│ │ │ ├── mm_listitem.xml
│ │ │ ├── mm_submenu.xml
│ │ │ ├── mm_title_btn_menu.xml
│ │ │ ├── my_progress_bar_drawable.xml
│ │ │ ├── preference_first_item.xml
│ │ │ ├── preference_item.xml
│ │ │ ├── preference_last_item.xml
│ │ │ ├── preference_single_item.xml
│ │ │ ├── search_bar_edit_bg.xml
│ │ │ ├── shake_report_dragger_down.xml
│ │ │ ├── shake_report_dragger_up.xml
│ │ │ ├── tab_address.xml
│ │ │ ├── tab_find_frd.xml
│ │ │ ├── tab_settings.xml
│ │ │ ├── tab_weixin.xml
│ │ │ ├── title_btn_back.xml
│ │ │ └── title_btn_right.xml
│ │ ├── drawable-hdpi
│ │ │ ├── bottom_bar.9.png
│ │ │ ├── btn_cancle_normal.9.png
│ │ │ ├── btn_cancle_pressed.9.png
│ │ │ ├── btn_close.png
│ │ │ ├── btn_normal.9.png
│ │ │ ├── btn_pressed.9.png
│ │ │ ├── btn_style_alert_dialog_button_normal.9.png
│ │ │ ├── btn_style_alert_dialog_button_pressed.9.png
│ │ │ ├── btn_style_alert_dialog_cancel_normal.9.png
│ │ │ ├── btn_style_alert_dialog_special_normal.9.png
│ │ │ ├── btn_style_alert_dialog_special_pressed.9.png
│ │ │ ├── btn_style_five_focused.9.png
│ │ │ ├── btn_style_five_normal.9.png
│ │ │ ├── btn_style_five_pressed.9.png
│ │ │ ├── btn_style_four_focused.9.png
│ │ │ ├── btn_style_four_normal.9.png
│ │ │ ├── btn_style_four_pressed.9.png
│ │ │ ├── btn_style_one_disabled.9.png
│ │ │ ├── btn_style_one_focused.9.png
│ │ │ ├── btn_style_one_normal.9.png
│ │ │ ├── btn_style_one_pressed.9.png
│ │ │ ├── btn_style_two_focused.9.png
│ │ │ ├── btn_style_two_normal.9.png
│ │ │ ├── btn_style_two_pressed.9.png
│ │ │ ├── btn_style_zero_focused.9.png
│ │ │ ├── btn_style_zero_normal.9.png
│ │ │ ├── btn_style_zero_pressed.9.png
│ │ │ ├── chat_bg_default.jpg
│ │ │ ├── chat_footer_bg.png
│ │ │ ├── chatfrom_bg_focused.9.png
│ │ │ ├── chatfrom_bg_normal.9.png
│ │ │ ├── chatfrom_bg_pressed.9.png
│ │ │ ├── chatto_bg_focused.9.png
│ │ │ ├── chatto_bg_normal.9.png
│ │ │ ├── chatto_bg_pressed.9.png
│ │ │ ├── confirm_dialog_bg2.9.png
│ │ │ ├── confirm_dialog_bg.9.png
│ │ │ ├── copyright.png
│ │ │ ├── exit_dialog_bg.9.png
│ │ │ ├── find_more_friend_addfriend_icon.png
│ │ │ ├── find_more_friend_shake.png
│ │ │ ├── ic_action_search.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon.png
│ │ │ ├── ic_preference_first_normal.9.png
│ │ │ ├── ic_preference_first_pressed.9.png
│ │ │ ├── ic_preference_last_normal.9.png
│ │ │ ├── ic_preference_last_pressed.9.png
│ │ │ ├── ic_preference_normal.9.png
│ │ │ ├── ic_preference_pressed.9.png
│ │ │ ├── ic_preference_single_normal.9.png
│ │ │ ├── ic_preference_single_pressed.9.png
│ │ │ ├── loading_bg.9.png
│ │ │ ├── loading.png
│ │ │ ├── load.png
│ │ │ ├── login_edit_normal.9.png
│ │ │ ├── login_edit_pressed.9.png
│ │ │ ├── login_error_icon.png
│ │ │ ├── menu_bg.9.png
│ │ │ ├── menu_bg_normal2.9.png
│ │ │ ├── menu_bg_normal.9.png
│ │ │ ├── menu_bg_pressed.9.png
│ │ │ ├── mini_avatar_shadow.png
│ │ │ ├── mm_listitem_grey_normal.9.png
│ │ │ ├── mm_listitem_normal.9.png
│ │ │ ├── mm_listitem_pressed.9.png
│ │ │ ├── mm_listitem_simple.9.png
│ │ │ ├── mm_submenu_normal.png
│ │ │ ├── mm_submenu_pressed.png
│ │ │ ├── mm_title_back_focused.9.png
│ │ │ ├── mm_title_back_normal.9.png
│ │ │ ├── mm_title_back_pressed.9.png
│ │ │ ├── mm_title_btn_compose_normal.png
│ │ │ ├── mm_title_btn_contact_normal.png
│ │ │ ├── mm_title_btn_focused.9.png
│ │ │ ├── mm_title_btn_keyboard_normal.png
│ │ │ ├── mm_title_btn_menu_disable.png
│ │ │ ├── mm_title_btn_menu_normal.png
│ │ │ ├── mm_title_btn_normal.9.png
│ │ │ ├── mm_title_btn_pressed.9.png
│ │ │ ├── mm_title_btn_qrcode_normal.png
│ │ │ ├── mm_title_btn_receiver_normal.png
│ │ │ ├── my_wx.jpg
│ │ │ ├── renma.png
│ │ │ ├── right.png
│ │ │ ├── search_bar_bg.9.png
│ │ │ ├── search_bar_edit_normal.9.png
│ │ │ ├── search_bar_edit_pressed.9.png
│ │ │ ├── search_bar_icon_normal.png
│ │ │ ├── shake_bg.jpg
│ │ │ ├── shakehideimg_man2.png
│ │ │ ├── shakehideimg_man.png
│ │ │ ├── shake_line_up.png
│ │ │ ├── shake_logo_down.png
│ │ │ ├── shake_logo_up.png
│ │ │ ├── shake_report_dragger_down_normal.png
│ │ │ ├── shake_report_dragger_down_pressed.png
│ │ │ ├── shake_report_dragger_up_normal.png
│ │ │ ├── shake_report_dragger_up_pressed.png
│ │ │ ├── tab_address_normal.png
│ │ │ ├── tab_address_pressed.png
│ │ │ ├── tab_bg2.png
│ │ │ ├── tab_bg.9.png
│ │ │ ├── tab_find_frd_normal.png
│ │ │ ├── tab_find_frd_pressed.png
│ │ │ ├── tab_settings_normal.png
│ │ │ ├── tab_settings_pressed.png
│ │ │ ├── tab_weixin_normal.png
│ │ │ ├── tab_weixin_pressed.png
│ │ │ ├── title_bar.9.png
│ │ │ ├── title_btn_function.png
│ │ │ ├── title_function_bg.9.png
│ │ │ ├── voice_rcd_btn_nor.9.png
│ │ │ ├── voice_rcd_btn_pressed.9.png
│ │ │ ├── w01.jpg
│ │ │ ├── w02.jpg
│ │ │ ├── w03.jpg
│ │ │ ├── w04.jpg
│ │ │ ├── w05.jpg
│ │ │ ├── welcome.jpg
│ │ │ ├── whats_new_start_btn_normal.9.png
│ │ │ ├── whats_new_start_btn_pressed.9.png
│ │ │ ├── w_left.png
│ │ │ ├── w_right.png
│ │ │ ├── xiaohei_big.jpg
│ │ │ └── xiaohei.png
│ │ ├── drawable-ldpi
│ │ │ ├── ic_launcher.png
│ │ │ └── welcome.jpg
│ │ ├── drawable-mdpi
│ │ │ ├── ic_action_search.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── page_now.png
│ │ │ └── page.png
│ │ ├── drawable-xhdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── appstart.xml
│ │ │ ├── chatting_item_msg_text_left.xml
│ │ │ ├── chatting_item_msg_text_right.xml
│ │ │ ├── chat_xiaohei.xml
│ │ │ ├── exit_dialog_from_settings.xml
│ │ │ ├── exit_dialog.xml
│ │ │ ├── info_xiaohei_head.xml
│ │ │ ├── info_xiaohei.xml
│ │ │ ├── loading.xml
│ │ │ ├── login.xml
│ │ │ ├── main_menu.xml
│ │ │ ├── main_tab_address.xml
│ │ │ ├── main_tab_friends.xml
│ │ │ ├── main_tab_settings.xml
│ │ │ ├── main_tab_weixin.xml
│ │ │ ├── main_top_right_dialog.xml
│ │ │ ├── main_weixin.xml
│ │ │ ├── main.xml
│ │ │ ├── shake_activity.xml
│ │ │ ├── welcome.xml
│ │ │ ├── whats1.xml
│ │ │ ├── whats2.xml
│ │ │ ├── whats3.xml
│ │ │ ├── whats4.xml
│ │ │ ├── whats5.xml
│ │ │ ├── whats6.xml
│ │ │ ├── whats_door.xml
│ │ │ └── whatsnew_viewpager.xml
│ │ ├── menu
│ │ │ └── main.xml
│ │ └── values
│ │ ├── colors.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── src
│ │ └── cn
│ │ └── buaa
│ │ └── myweixin
│ │ ├── Appstart.java
│ │ ├── ChatActivity.java
│ │ ├── ChatMsgEntity.java
│ │ ├── ChatMsgViewAdapter.java
│ │ ├── ExitFromSettings.java
│ │ ├── Exit.java
│ │ ├── InfoXiaoheiHead.java
│ │ ├── InfoXiaohei.java
│ │ ├── LoadingActivity.java
│ │ ├── Login.java
│ │ ├── MainTopRightDialog.java
│ │ ├── MainWeixin.java
│ │ ├── ShakeActivity.java
│ │ ├── ShakeListener.java
│ │ ├── Welcome.java
│ │ ├── WhatsnewDoor.java
│ │ └── Whatsnew.java
│ └── 点这里查看更多优质源码~.url
├── 欢迎下载!.txt
└── 点这里查看更多优质源码~.url
25 directories, 298 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论