实例介绍
底部导航和四个activity切换的框架
【实例截图】
【核心代码】
c4c24bfd-0a67-4576-8102-7f8328314cdd
└── MIM
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ ├── dream
│ │ │ └── myqiyi
│ │ │ ├── BuildConfig.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R$style.class
│ │ │ └── R.class
│ │ └── hesine
│ │ └── MIM
│ │ ├── BaseApp$1.class
│ │ ├── BaseApp$2.class
│ │ ├── BaseApp.class
│ │ ├── Constans.class
│ │ ├── ConversationActivity.class
│ │ ├── FlowIndicator.class
│ │ ├── GroupActivity$1.class
│ │ ├── GroupActivity$2.class
│ │ ├── GroupActivity$MyExpandableListAdapter.class
│ │ ├── GroupActivity.class
│ │ ├── MainActivity.class
│ │ ├── SettingActivity.class
│ │ └── StarActivity.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ ├── annotations-26148a26d136a80d631b6ed57f819932.jar
│ │ └── annotations-c1524c5d4fef3b4d3cf8a79595fab927.jar
│ ├── jarlist.cache
│ ├── MIM.apk
│ ├── qiyi.apk
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── button_search_bg_normal.png
│ │ │ ├── button_search_bg_press.png
│ │ │ ├── channel_ipc_list_leaf_item_bg_normal.9.png
│ │ │ ├── channel_ipc_list_leaf_item_bg_press.9.png
│ │ │ ├── channel_type_cartoon_normal.png
│ │ │ ├── channel_type_cartoon_press.png
│ │ │ ├── channel_type_fun_normal.png
│ │ │ ├── channel_type_fun_press.png
│ │ │ ├── channel_type_movie_normal.png
│ │ │ ├── channel_type_movie_press.png
│ │ │ ├── channel_type_music_normal.png
│ │ │ ├── channel_type_music_press.png
│ │ │ ├── channel_type_publicity_normal.png
│ │ │ ├── channel_type_publicity_press.png
│ │ │ ├── channel_type_qiyi_works_normal.png
│ │ │ ├── channel_type_qiyi_works_press.png
│ │ │ ├── channel_type_record_normal.png
│ │ │ ├── channel_type_record_press.png
│ │ │ ├── channel_type_tourism_normal.png
│ │ │ ├── channel_type_tourism_press.png
│ │ │ ├── channel_type_tv_normal.png
│ │ │ ├── channel_type_tv_press.png
│ │ │ ├── channel_type_video_clips_normal.png
│ │ │ ├── channel_type_video_clips_press.png
│ │ │ ├── commlist_head_bg.png
│ │ │ ├── detail_dialog_bg.png
│ │ │ ├── edittext_search_image.png
│ │ │ ├── edittext_search.png
│ │ │ ├── flickbar_bg.png
│ │ │ ├── flickbtn_bg_center_normal.png
│ │ │ ├── home_group_bg.9.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon_1_c.png
│ │ │ ├── icon_1_n.png
│ │ │ ├── icon_2_c.png
│ │ │ ├── icon_2_n.png
│ │ │ ├── icon_3_c.png
│ │ │ ├── icon_3_n.png
│ │ │ ├── icon_4_c.png
│ │ │ ├── icon_4_n.png
│ │ │ ├── icon_5_c.png
│ │ │ ├── icon_5_n.png
│ │ │ ├── item_more_bg.9.png
│ │ │ ├── item_more_bg_selected.9.png
│ │ │ ├── list_indecator_button_down.png
│ │ │ ├── list_indecator_button.png
│ │ │ ├── list_item_bg_album_normal.png
│ │ │ ├── list_item_bg_album_selected.png
│ │ │ ├── list_item_bg_operate.png
│ │ │ ├── list_item_bg_operate_selected.png
│ │ │ ├── list_item_divide_operate.png
│ │ │ ├── loadmovie_bg.png
│ │ │ ├── logo.png
│ │ │ ├── mm_submenu_down_normal.png
│ │ │ ├── mm_submenu_normal.png
│ │ │ ├── phonetabview_bg.png
│ │ │ ├── phonetitlebar_bg.png
│ │ │ ├── play_btn.png
│ │ │ ├── play_btn_pressed.png
│ │ │ ├── ratingbar_full_empty.png
│ │ │ ├── ratingbar_full_filled.png
│ │ │ ├── search_history_clear_btn_bg_normal.png
│ │ │ ├── search_history_clear_btn_bg_press.png
│ │ │ ├── search_main_tree_bg.png
│ │ │ └── video_cover_default.png
│ │ ├── drawable-ldpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-mdpi
│ │ ├── ic_input_delete.png
│ │ ├── ic_input_delete_press.png
│ │ ├── ic_launcher.png
│ │ ├── list_bg_search_input_field.9.png
│ │ ├── nav_bg_top.9.png
│ │ └── nav_btn_back.png
│ └── resources.ap_
├── gen
│ └── com
│ └── dream
│ └── myqiyi
│ ├── BuildConfig.java
│ └── R.java
├── ic_launcher.png
├── proguard.cfg
├── project.properties
├── res
│ ├── anim
│ │ ├── gallery_in.xml
│ │ ├── left_in.xml
│ │ ├── left_out.xml
│ │ ├── right_in.xml
│ │ └── right_out.xml
│ ├── drawable
│ │ ├── common_btn_selector.xml
│ │ ├── delete_btn_selector.xml
│ │ ├── expandablelist_bg.xml
│ │ ├── list_seletor_transparent.xml
│ │ └── tag_but_background.xml
│ ├── drawable-hdpi
│ │ ├── button_search_bg_normal.png
│ │ ├── button_search_bg_press.png
│ │ ├── channel_ipc_list_leaf_item_bg_normal.9.png
│ │ ├── channel_ipc_list_leaf_item_bg_press.9.png
│ │ ├── channel_type_cartoon_normal.png
│ │ ├── channel_type_cartoon_press.png
│ │ ├── channel_type_fun_normal.png
│ │ ├── channel_type_fun_press.png
│ │ ├── channel_type_movie_normal.png
│ │ ├── channel_type_movie_press.png
│ │ ├── channel_type_music_normal.png
│ │ ├── channel_type_music_press.png
│ │ ├── channel_type_publicity_normal.png
│ │ ├── channel_type_publicity_press.png
│ │ ├── channel_type_qiyi_works_normal.png
│ │ ├── channel_type_qiyi_works_press.png
│ │ ├── channel_type_record_normal.png
│ │ ├── channel_type_record_press.png
│ │ ├── channel_type_tourism_normal.png
│ │ ├── channel_type_tourism_press.png
│ │ ├── channel_type_tv_normal.png
│ │ ├── channel_type_tv_press.png
│ │ ├── channel_type_video_clips_normal.png
│ │ ├── channel_type_video_clips_press.png
│ │ ├── commlist_head_bg.png
│ │ ├── detail_dialog_bg.png
│ │ ├── edittext_search_image.png
│ │ ├── edittext_search.png
│ │ ├── flickbar_bg.png
│ │ ├── flickbtn_bg_center_normal.png
│ │ ├── home_group_bg.9.png
│ │ ├── ic_launcher.png
│ │ ├── icon_1_c.png
│ │ ├── icon_1_n.png
│ │ ├── icon_2_c.png
│ │ ├── icon_2_n.png
│ │ ├── icon_3_c.png
│ │ ├── icon_3_n.png
│ │ ├── icon_4_c.png
│ │ ├── icon_4_n.png
│ │ ├── icon_5_c.png
│ │ ├── icon_5_n.png
│ │ ├── item_more_bg.9.png
│ │ ├── item_more_bg_selected.9.png
│ │ ├── list_indecator_button_down.png
│ │ ├── list_indecator_button.png
│ │ ├── list_item_bg_album_normal.png
│ │ ├── list_item_bg_album_selected.png
│ │ ├── list_item_bg_operate.png
│ │ ├── list_item_bg_operate_selected.png
│ │ ├── list_item_divide_operate.png
│ │ ├── loadmovie_bg.png
│ │ ├── logo.png
│ │ ├── mm_submenu_down_normal.png
│ │ ├── mm_submenu_normal.png
│ │ ├── phonetabview_bg.png
│ │ ├── phonetitlebar_bg.png
│ │ ├── play_btn.png
│ │ ├── play_btn_pressed.png
│ │ ├── ratingbar_full_empty.png
│ │ ├── ratingbar_full_filled.png
│ │ ├── search_history_clear_btn_bg_normal.png
│ │ ├── search_history_clear_btn_bg_press.png
│ │ ├── search_main_tree_bg.png
│ │ ├── t1.png
│ │ ├── t2.png
│ │ ├── t3.png
│ │ └── video_cover_default.png
│ ├── drawable-ldpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ ├── ic_input_delete.png
│ │ ├── ic_input_delete_press.png
│ │ ├── ic_launcher.png
│ │ ├── list_bg_search_input_field.9.png
│ │ ├── nav_bg_top.9.png
│ │ └── nav_btn_back.png
│ ├── layout
│ │ ├── dialog_activity.xml
│ │ ├── group_activity.xml
│ │ ├── main.xml
│ │ ├── mem_search_dialog.xml
│ │ ├── setting_activity.xml
│ │ ├── star_activity.xml
│ │ └── title_view.xml
│ └── values
│ ├── attrs.xml
│ ├── colors.xml
│ ├── dimens.xml
│ ├── drawables.xml
│ ├── strings.xml
│ └── style.xml
└── src
└── com
└── hesine
└── MIM
├── BaseApp.java
├── Constans.java
├── ConversationActivity.java
├── FlowIndicator.java
├── GroupActivity.java
├── MainActivity.java
├── SettingActivity.java
└── StarActivity.java
29 directories, 217 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论