实例介绍
一款高仿小米的便签软件,有添加,修改,删除的功能,更用到了桌面小组件技术。
【实例截图】
【核心代码】
b860cec9-6a78-4499-ba04-888b50ab2366
└── WsINote
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ └── ws
│ │ └── wsinote
│ │ ├── bean
│ │ │ └── Note.class
│ │ ├── BuildConfig.class
│ │ ├── myapp
│ │ │ └── MyApp.class
│ │ ├── NoteAct$10.class
│ │ ├── NoteAct$11.class
│ │ ├── NoteAct$12.class
│ │ ├── NoteAct$1.class
│ │ ├── NoteAct$2.class
│ │ ├── NoteAct$3.class
│ │ ├── NoteAct$4$ViewHold.class
│ │ ├── NoteAct$4.class
│ │ ├── NoteAct$5.class
│ │ ├── NoteAct$6.class
│ │ ├── NoteAct$7.class
│ │ ├── NoteAct$8.class
│ │ ├── NoteAct$9.class
│ │ ├── NoteAct.class
│ │ ├── NoteAddAct.class
│ │ ├── R$anim.class
│ │ ├── R$attr.class
│ │ ├── R$color.class
│ │ ├── R$dimen.class
│ │ ├── R$drawable.class
│ │ ├── R$id.class
│ │ ├── R$layout.class
│ │ ├── R$menu.class
│ │ ├── R$string.class
│ │ ├── R$style.class
│ │ ├── R$xml.class
│ │ ├── R.class
│ │ ├── sqlite
│ │ │ └── CreatDB.class
│ │ └── widget
│ │ ├── NoteWidget2X.class
│ │ └── NoteWidget.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ ├── android-support-v4-183baf8e3c83a942a8276f6487cf8170.jar
│ │ ├── android-support-v4-239bae6d7a868d57ec2e45129a2948c7.jar
│ │ ├── annotations-9867fea461b18ad43d18a1e459121e89.jar
│ │ └── annotations-fc60f9bb66fa16c86637b1d527986d94.jar
│ ├── jarlist.cache
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── bg_btn_set_color.png
│ │ │ ├── bg_color_btn_mask.png
│ │ │ ├── call_record.png
│ │ │ ├── clock.png
│ │ │ ├── delete.png
│ │ │ ├── dropdown_icon.9.png
│ │ │ ├── edit_blue.9.png
│ │ │ ├── edit_green.9.png
│ │ │ ├── edit_red.9.png
│ │ │ ├── edit_title_blue.9.png
│ │ │ ├── edit_title_green.9.png
│ │ │ ├── edit_title_red.9.png
│ │ │ ├── edit_title_white.9.png
│ │ │ ├── edit_title_yellow.9.png
│ │ │ ├── edit_white.9.png
│ │ │ ├── edit_yellow.9.png
│ │ │ ├── font_large.png
│ │ │ ├── font_normal.png
│ │ │ ├── font_size_selector_bg.9.png
│ │ │ ├── font_small.png
│ │ │ ├── font_super.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon_app.png
│ │ │ ├── jiao.png
│ │ │ ├── list_background.png
│ │ │ ├── list_blue_down.9.png
│ │ │ ├── list_blue_middle.9.png
│ │ │ ├── list_blue_single.9.png
│ │ │ ├── list_blue_up.9.png
│ │ │ ├── list_folder.9.png
│ │ │ ├── list_footer_bg.9.png
│ │ │ ├── list_green_down.9.png
│ │ │ ├── list_green_middle.9.png
│ │ │ ├── list_green_single.9.png
│ │ │ ├── list_green_up.9.png
│ │ │ ├── list_red_down.9.png
│ │ │ ├── list_red_middle.9.png
│ │ │ ├── list_red_single.9.png
│ │ │ ├── list_red_up.9.png
│ │ │ ├── list_white_down.9.png
│ │ │ ├── list_white_middle.9.png
│ │ │ ├── list_white_single.9.png
│ │ │ ├── list_white_up.9.png
│ │ │ ├── list_yellow_down.9.png
│ │ │ ├── list_yellow_middle.9.png
│ │ │ ├── list_yellow_single.9.png
│ │ │ ├── list_yellow_up.9.png
│ │ │ ├── menu_delete.png
│ │ │ ├── menu_move.png
│ │ │ ├── new_note_normal.png
│ │ │ ├── new_note_pressed.png
│ │ │ ├── note_edit_color_selector_panel.png
│ │ │ ├── notification.png
│ │ │ ├── search_result.png
│ │ │ ├── selected.png
│ │ │ ├── title_alert.png
│ │ │ ├── title_bar_bg.9.png
│ │ │ ├── widget_2x_blue.png
│ │ │ ├── widget_2x_green.png
│ │ │ ├── widget_2x_red.png
│ │ │ ├── widget_2x_white.png
│ │ │ ├── widget_2x_yellow.png
│ │ │ ├── widget_4x_blue.png
│ │ │ ├── widget_4x_green.png
│ │ │ ├── widget_4x_red.png
│ │ │ ├── widget_4x_white.png
│ │ │ └── widget_4x_yellow.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-xhdpi
│ │ ├── ic_launcher.png
│ │ └── meinv3.PNG
│ ├── resources.ap_
│ └── WsINote.apk
├── gen
│ └── com
│ └── ws
│ └── wsinote
│ ├── BuildConfig.java
│ └── R.java
├── libs
│ └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── bottom_down.xml
│ │ ├── bottom_up.xml
│ │ ├── top_down.xml
│ │ └── top_up.xml
│ ├── color
│ │ ├── primary_text_dark.xml
│ │ └── secondary_text_dark.xml
│ ├── drawable
│ │ ├── all_select_bg.xml
│ │ ├── jiao_1.xml
│ │ ├── lachang.xml
│ │ └── new_note.xml
│ ├── drawable-hdpi
│ │ ├── bg_btn_set_color.png
│ │ ├── bg_color_btn_mask.png
│ │ ├── call_record.png
│ │ ├── clock.png
│ │ ├── delete.png
│ │ ├── dropdown_icon.9.png
│ │ ├── edit_blue.9.png
│ │ ├── edit_green.9.png
│ │ ├── edit_red.9.png
│ │ ├── edit_title_blue.9.png
│ │ ├── edit_title_green.9.png
│ │ ├── edit_title_red.9.png
│ │ ├── edit_title_white.9.png
│ │ ├── edit_title_yellow.9.png
│ │ ├── edit_white.9.png
│ │ ├── edit_yellow.9.png
│ │ ├── font_large.png
│ │ ├── font_normal.png
│ │ ├── font_size_selector_bg.9.png
│ │ ├── font_small.png
│ │ ├── font_super.png
│ │ ├── ic_launcher.png
│ │ ├── icon_app.png
│ │ ├── jiao.png
│ │ ├── list_background.png
│ │ ├── list_blue_down.9.png
│ │ ├── list_blue_middle.9.png
│ │ ├── list_blue_single.9.png
│ │ ├── list_blue_up.9.png
│ │ ├── list_folder.9.png
│ │ ├── list_footer_bg.9.png
│ │ ├── list_green_down.9.png
│ │ ├── list_green_middle.9.png
│ │ ├── list_green_single.9.png
│ │ ├── list_green_up.9.png
│ │ ├── list_red_down.9.png
│ │ ├── list_red_middle.9.png
│ │ ├── list_red_single.9.png
│ │ ├── list_red_up.9.png
│ │ ├── list_white_down.9.png
│ │ ├── list_white_middle.9.png
│ │ ├── list_white_single.9.png
│ │ ├── list_white_up.9.png
│ │ ├── list_yellow_down.9.png
│ │ ├── list_yellow_middle.9.png
│ │ ├── list_yellow_single.9.png
│ │ ├── list_yellow_up.9.png
│ │ ├── menu_delete.png
│ │ ├── menu_move.png
│ │ ├── new_note_normal.png
│ │ ├── new_note_pressed.png
│ │ ├── note_edit_color_selector_panel.png
│ │ ├── notification.png
│ │ ├── search_result.png
│ │ ├── selected.png
│ │ ├── title_alert.png
│ │ ├── title_bar_bg.9.png
│ │ ├── widget_2x_blue.png
│ │ ├── widget_2x_green.png
│ │ ├── widget_2x_red.png
│ │ ├── widget_2x_white.png
│ │ ├── widget_2x_yellow.png
│ │ ├── widget_4x_blue.png
│ │ ├── widget_4x_green.png
│ │ ├── widget_4x_red.png
│ │ ├── widget_4x_white.png
│ │ └── widget_4x_yellow.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── meinv1.png
│ │ ├── meinv3.PNG
│ │ ├── meinv.png
│ │ └── mienv2.jpg
│ ├── layout
│ │ ├── all_select.xml
│ │ ├── note_2.xml
│ │ ├── note_4.xml
│ │ ├── note_act.xml
│ │ ├── note_add_act.xml
│ │ ├── note_foot.xml
│ │ └── note_item.xml
│ ├── menu
│ │ └── main.xml
│ ├── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-sw600dp
│ │ └── dimens.xml
│ ├── values-sw720dp-land
│ │ └── dimens.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ └── xml
│ ├── note_2.xml
│ └── note_4.xml
└── src
└── com
└── ws
└── wsinote
├── bean
│ └── Note.java
├── myapp
│ └── MyApp.java
├── NoteAct.java
├── NoteAddAct.java
├── sqlite
│ └── CreatDB.java
└── widget
├── NoteWidget2X.java
└── NoteWidget.java
43 directories, 226 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论