在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 小米便签源码

小米便签源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.60M
  • 下载次数:2
  • 浏览次数:618
  • 发布时间:2021-01-23
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
开源小米的便签,我下载下来整理了一下,可以直接导入eclipse,建议新手以上的人研究学习。
【实例截图】
【核心代码】
bdf5dc78-c7b1-4e6b-b685-0260e6301ea8
└── Mi_Notes
├── AndroidManifest.xml
├── bin
│   ├── AndroidManifest.xml
│   ├── classes
│   │   └── net
│   │   └── micode
│   │   └── notes
│   │   ├── BuildConfig.class
│   │   ├── data
│   │   │   ├── Contact.class
│   │   │   ├── Notes$CallNote.class
│   │   │   ├── Notes$DataColumns.class
│   │   │   ├── Notes$DataConstants.class
│   │   │   ├── Notes$NoteColumns.class
│   │   │   ├── Notes$TextNote.class
│   │   │   ├── Notes.class
│   │   │   ├── NotesDatabaseHelper$TABLE.class
│   │   │   ├── NotesDatabaseHelper.class
│   │   │   └── NotesProvider.class
│   │   ├── gtask
│   │   │   ├── data
│   │   │   │   ├── MetaData.class
│   │   │   │   ├── Node.class
│   │   │   │   ├── SqlData.class
│   │   │   │   ├── SqlNote.class
│   │   │   │   ├── Task.class
│   │   │   │   └── TaskList.class
│   │   │   ├── exception
│   │   │   │   ├── ActionFailureException.class
│   │   │   │   └── NetworkFailureException.class
│   │   │   └── remote
│   │   │   ├── GTaskASyncTask$1.class
│   │   │   ├── GTaskASyncTask$OnCompleteListener.class
│   │   │   ├── GTaskASyncTask.class
│   │   │   ├── GTaskClient.class
│   │   │   ├── GTaskManager.class
│   │   │   ├── GTaskSyncService$1.class
│   │   │   └── GTaskSyncService.class
│   │   ├── model
│   │   │   ├── Note$NoteData.class
│   │   │   ├── Note.class
│   │   │   ├── WorkingNote$NoteSettingChangedListener.class
│   │   │   └── WorkingNote.class
│   │   ├── R$array.class
│   │   ├── R$attr.class
│   │   ├── R$color.class
│   │   ├── R$dimen.class
│   │   ├── R$drawable.class
│   │   ├── R$id.class
│   │   ├── R$layout.class
│   │   ├── R$menu.class
│   │   ├── R$plurals.class
│   │   ├── R$raw.class
│   │   ├── R$string.class
│   │   ├── R$style.class
│   │   ├── R$xml.class
│   │   ├── R.class
│   │   ├── tool
│   │   │   ├── BackupUtils$TextExport.class
│   │   │   ├── BackupUtils.class
│   │   │   ├── DataUtils.class
│   │   │   ├── GTaskStringUtils.class
│   │   │   ├── ResourceParser$NoteBgResources.class
│   │   │   ├── ResourceParser$NoteItemBgResources.class
│   │   │   ├── ResourceParser$TextAppearanceResources.class
│   │   │   ├── ResourceParser$WidgetBgResources.class
│   │   │   └── ResourceParser.class
│   │   ├── ui
│   │   │   ├── AlarmAlertActivity.class
│   │   │   ├── AlarmInitReceiver.class
│   │   │   ├── AlarmReceiver.class
│   │   │   ├── DateTimePicker$1.class
│   │   │   ├── DateTimePicker$2.class
│   │   │   ├── DateTimePicker$3.class
│   │   │   ├── DateTimePicker$4.class
│   │   │   ├── DateTimePicker$OnDateTimeChangedListener.class
│   │   │   ├── DateTimePicker.class
│   │   │   ├── DateTimePickerDialog$1.class
│   │   │   ├── DateTimePickerDialog$OnDateTimeSetListener.class
│   │   │   ├── DateTimePickerDialog.class
│   │   │   ├── DropdownMenu$1.class
│   │   │   ├── DropdownMenu.class
│   │   │   ├── FoldersListAdapter$FolderListItem.class
│   │   │   ├── FoldersListAdapter.class
│   │   │   ├── NoteEditActivity$1.class
│   │   │   ├── NoteEditActivity$2.class
│   │   │   ├── NoteEditActivity$3.class
│   │   │   ├── NoteEditActivity$HeadViewHolder.class
│   │   │   ├── NoteEditActivity.class
│   │   │   ├── NoteEditText$1.class
│   │   │   ├── NoteEditText$OnTextViewChangeListener.class
│   │   │   ├── NoteEditText.class
│   │   │   ├── NoteItemData.class
│   │   │   ├── NotesListActivity$1.class
│   │   │   ├── NotesListActivity$2.class
│   │   │   ├── NotesListActivity$3.class
│   │   │   ├── NotesListActivity$4.class
│   │   │   ├── NotesListActivity$5.class
│   │   │   ├── NotesListActivity$6.class
│   │   │   ├── NotesListActivity$7.class
│   │   │   ├── NotesListActivity$8.class
│   │   │   ├── NotesListActivity$BackgroundQueryHandler.class
│   │   │   ├── NotesListActivity$ListEditState.class
│   │   │   ├── NotesListActivity$ModeCallback$1.class
│   │   │   ├── NotesListActivity$ModeCallback$2.class
│   │   │   ├── NotesListActivity$ModeCallback.class
│   │   │   ├── NotesListActivity$NewNoteOnTouchListener.class
│   │   │   ├── NotesListActivity$OnListItemClickListener.class
│   │   │   ├── NotesListActivity.class
│   │   │   ├── NotesListAdapter$AppWidgetAttribute.class
│   │   │   ├── NotesListAdapter.class
│   │   │   ├── NotesListItem.class
│   │   │   ├── NotesPreferenceActivity$1.class
│   │   │   ├── NotesPreferenceActivity$2.class
│   │   │   ├── NotesPreferenceActivity$3.class
│   │   │   ├── NotesPreferenceActivity$4.class
│   │   │   ├── NotesPreferenceActivity$5.class
│   │   │   ├── NotesPreferenceActivity$6.class
│   │   │   ├── NotesPreferenceActivity$7.class
│   │   │   ├── NotesPreferenceActivity$8.class
│   │   │   ├── NotesPreferenceActivity$GTaskReceiver.class
│   │   │   └── NotesPreferenceActivity.class
│   │   └── widget
│   │   ├── NoteWidgetProvider_2x.class
│   │   ├── NoteWidgetProvider_4x.class
│   │   └── NoteWidgetProvider.class
│   ├── classes.dex
│   ├── dexedLibs
│   │   └── android-support-v4-b95ca3b0b44d25655e99985bbc146ea2.jar
│   ├── jarlist.cache
│   ├── Mi_Notes.apk
│   ├── 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
│   │   ├── icon_app.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
│   └── resources.ap_
├── gen
│   └── net
│   └── micode
│   └── notes
│   ├── BuildConfig.java
│   └── R.java
├── libs
│   └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│   ├── color
│   │   ├── primary_text_dark.xml
│   │   └── secondary_text_dark.xml
│   ├── drawable
│   │   └── 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
│   │   ├── icon_app.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
│   ├── layout
│   │   ├── account_dialog_title.xml
│   │   ├── add_account_text.xml
│   │   ├── datetime_picker.xml
│   │   ├── dialog_edit_text.xml
│   │   ├── folder_list_item.xml
│   │   ├── note_edit_list_item.xml
│   │   ├── note_edit.xml
│   │   ├── note_item.xml
│   │   ├── note_list_dropdown_menu.xml
│   │   ├── note_list_footer.xml
│   │   ├── note_list.xml
│   │   ├── settings_header.xml
│   │   ├── widget_2x.xml
│   │   └── widget_4x.xml
│   ├── menu
│   │   ├── call_note_edit.xml
│   │   ├── call_record_folder.xml
│   │   ├── note_edit.xml
│   │   ├── note_list_dropdown.xml
│   │   ├── note_list_options.xml
│   │   ├── note_list.xml
│   │   └── sub_folder.xml
│   ├── raw
│   │   └── introduction
│   ├── raw-zh-rCN
│   │   └── introduction
│   ├── values
│   │   ├── arrays.xml
│   │   ├── colors.xml
│   │   ├── dimens.xml
│   │   ├── strings.xml
│   │   └── styles.xml
│   ├── values-zh-rCN
│   │   ├── arrays.xml
│   │   └── strings.xml
│   ├── values-zh-rTW
│   │   ├── arrays.xml
│   │   └── strings.xml
│   └── xml
│   ├── preferences.xml
│   ├── searchable.xml
│   ├── widget_2x_info.xml
│   └── widget_4x_info.xml
└── src
└── net
└── micode
└── notes
├── data
│   ├── Contact.java
│   ├── NotesDatabaseHelper.java
│   ├── Notes.java
│   └── NotesProvider.java
├── gtask
│   ├── data
│   │   ├── MetaData.java
│   │   ├── Node.java
│   │   ├── SqlData.java
│   │   ├── SqlNote.java
│   │   ├── Task.java
│   │   └── TaskList.java
│   ├── exception
│   │   ├── ActionFailureException.java
│   │   └── NetworkFailureException.java
│   └── remote
│   ├── GTaskASyncTask.java
│   ├── GTaskClient.java
│   ├── GTaskManager.java
│   └── GTaskSyncService.java
├── model
│   ├── Note.java
│   └── WorkingNote.java
├── tool
│   ├── BackupUtils.java
│   ├── DataUtils.java
│   ├── GTaskStringUtils.java
│   └── ResourceParser.java
├── ui
│   ├── AlarmAlertActivity.java
│   ├── AlarmInitReceiver.java
│   ├── AlarmReceiver.java
│   ├── DateTimePickerDialog.java
│   ├── DateTimePicker.java
│   ├── DropdownMenu.java
│   ├── FoldersListAdapter.java
│   ├── NoteEditActivity.java
│   ├── NoteEditText.java
│   ├── NoteItemData.java
│   ├── NotesListActivity.java
│   ├── NotesListAdapter.java
│   ├── NotesListItem.java
│   └── NotesPreferenceActivity.java
└── widget
├── NoteWidgetProvider_2x.java
├── NoteWidgetProvider_4x.java
└── NoteWidgetProvider.java

48 directories, 330 files

标签:

实例下载地址

小米便签源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警