实例介绍
这是个人学习Android时开发的一个记事本软件源代码,Linux下编写,如果出现乱码,记得更改编码为UTF-8, 开发博客见http://blog.csdn.net/jesson20121020/article/category/2539741
【实例截图】
【核心代码】
Notes(1)
└── Notes
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ └── example
│ │ └── notes
│ │ ├── ActivityRecord$1.class
│ │ ├── ActivityRecord$ClickEvent$1.class
│ │ ├── ActivityRecord$ClickEvent$2.class
│ │ ├── ActivityRecord$ClickEvent.class
│ │ ├── ActivityRecord$MediaCompletion.class
│ │ ├── ActivityRecord.class
│ │ ├── AddActivity$ClickEvent.class
│ │ ├── AddActivity$MenuClickEvent.class
│ │ ├── AddActivity$TextClickEvent.class
│ │ ├── AddActivity$TextTouchEvent.class
│ │ ├── AddActivity.class
│ │ ├── BuildConfig.class
│ │ ├── DatabaseOperation.class
│ │ ├── GetCutBitmapLocation.class
│ │ ├── HandWriteActivity$1.class
│ │ ├── HandWriteActivity$2.class
│ │ ├── HandWriteActivity$3.class
│ │ ├── HandWriteActivity$4.class
│ │ ├── HandWriteActivity$5.class
│ │ ├── HandWriteActivity$ClickEvent.class
│ │ ├── HandWriteActivity$MenuClickEvent$1.class
│ │ ├── HandWriteActivity$MenuClickEvent$2.class
│ │ ├── HandWriteActivity$MenuClickEvent.class
│ │ ├── HandWriteActivity.class
│ │ ├── LineEditText.class
│ │ ├── MainActivity$1.class
│ │ ├── MainActivity$ClickEvent.class
│ │ ├── MainActivity$ItemClickEvent.class
│ │ ├── MainActivity$ItemLongClickEvent.class
│ │ ├── MainActivity.class
│ │ ├── PaintActivity$1.class
│ │ ├── PaintActivity$2.class
│ │ ├── PaintActivity$3.class
│ │ ├── PaintActivity$4.class
│ │ ├── PaintActivity$5.class
│ │ ├── PaintActivity$6.class
│ │ ├── PaintActivity$ClickEvent.class
│ │ ├── PaintActivity$MenuClickEvent$1.class
│ │ ├── PaintActivity$MenuClickEvent$2.class
│ │ ├── PaintActivity$MenuClickEvent.class
│ │ ├── PaintActivity.class
│ │ ├── PaintView$DrawPath.class
│ │ ├── PaintView.class
│ │ ├── PhotoGraph.class
│ │ ├── R$anim.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$string.class
│ │ ├── R$style.class
│ │ ├── R.class
│ │ ├── ShowNoteActivity.class
│ │ ├── ShowPicture$1.class
│ │ ├── ShowPicture$TouchEvent.class
│ │ ├── ShowPicture.class
│ │ ├── ShowRecord$1.class
│ │ ├── ShowRecord$2.class
│ │ ├── ShowRecord$ClickEvent$1.class
│ │ ├── ShowRecord$ClickEvent.class
│ │ ├── ShowRecord$MediaCompletion.class
│ │ ├── ShowRecord.class
│ │ ├── TouchView$1.class
│ │ ├── TouchView$2.class
│ │ ├── TouchView$3.class
│ │ ├── TouchView$4.class
│ │ ├── TouchView$5.class
│ │ └── TouchView.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ ├── android-support-v4-1802d7bdaf4cce49d3c2996a97f550bf.jar
│ │ └── android-support-v4-918a9ba822d2f07b5fb6a7fec83689cf.jar
│ ├── jarlist.cache
│ ├── Notes.apk
│ ├── res
│ │ └── crunch
│ │ ├── drawable-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ ├── bg.png
│ │ │ ├── edittext_bg.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon.png
│ │ │ ├── line.png
│ │ │ ├── main_bg.png
│ │ │ ├── navigationbar_add_default.png
│ │ │ ├── navigationbar_add_pressed.png
│ │ │ ├── navigationbar_backup_default.png
│ │ │ ├── navigationbar_backup_pressed.png
│ │ │ ├── navigationbar_bg.png
│ │ │ ├── navigationbar_save_default.png
│ │ │ ├── navigationbar_save_pressed.png
│ │ │ ├── navigationbar_setting_default.png
│ │ │ ├── navigationbar_setting_pressed.png
│ │ │ ├── notes_item_bg.png
│ │ │ ├── paint_appendix.png
│ │ │ ├── paint_erazer_normal.png
│ │ │ ├── paint_erazer_pressed.png
│ │ │ ├── paint_icon_back_normal.png
│ │ │ ├── paint_icon_back_pressed.png
│ │ │ ├── paint_icon_color_normal.png
│ │ │ ├── paint_icon_color_pressed.png
│ │ │ ├── paint_icon_delete_normal.png
│ │ │ ├── paint_icon_delete_pressed.png
│ │ │ ├── paint_icon_forward_normal.png
│ │ │ ├── paint_icon_forward_pressed.png
│ │ │ ├── paint_more_default.png
│ │ │ ├── paint_more_pressed.png
│ │ │ ├── paint_pencil_normal.png
│ │ │ ├── paint_pencil_pressed.png
│ │ │ ├── pen.png
│ │ │ ├── record_icon.png
│ │ │ ├── record_microphone_icon.png
│ │ │ ├── record_wave_left_01.png
│ │ │ ├── record_wave_left_02.png
│ │ │ ├── record_wave_left_03.png
│ │ │ ├── record_wave_left_04.png
│ │ │ ├── record_wave_right_01.png
│ │ │ ├── record_wave_right_02.png
│ │ │ ├── record_wave_right_03.png
│ │ │ ├── record_wave_right_04.png
│ │ │ ├── tabbar_appendix_default.png
│ │ │ ├── tabbar_appendix_pressed.png
│ │ │ ├── tabbar_camera_default.png
│ │ │ ├── tabbar_camera_pressed.png
│ │ │ ├── tabbar_close_default.png
│ │ │ ├── tabbar_close_pressed.png
│ │ │ ├── tabbar_handwrite_default.png
│ │ │ ├── tabbar_handwrite_pressed.png
│ │ │ ├── tabbar_microphone_default.png
│ │ │ ├── tabbar_microphone_pressed.png
│ │ │ ├── tabbar_paint_default.png
│ │ │ ├── tabbar_paint_pressed.png
│ │ │ ├── tabbar_pen_default.png
│ │ │ ├── tabbar_pen_pressed.png
│ │ │ ├── tabbar_photo_default.png
│ │ │ ├── tabbar_photo_pressed.png
│ │ │ ├── tabbar_record_start_default.png
│ │ │ ├── tabbar_record_start_pressed.png
│ │ │ ├── tabbar_record_stop_default.png
│ │ │ └── tabbar_record_stop_pressed.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-xxhdpi
│ │ └── ic_launcher.png
│ └── resources.ap_
├── gen
│ └── com
│ └── example
│ └── notes
│ ├── BuildConfig.java
│ └── R.java
├── ic_launcher-web.png
├── libs
│ └── android-support-v4.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── record_wave_left.xml
│ │ └── record_wave_right.xml
│ ├── color-mdpi
│ │ └── paint_more.xml
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ ├── bg.png
│ │ ├── bottom_item.xml
│ │ ├── edittext_bg.png
│ │ ├── ic_launcher.png
│ │ ├── icon.png
│ │ ├── line_age.jpg
│ │ ├── line.png
│ │ ├── main_bg.png
│ │ ├── navigationbar_add_default.png
│ │ ├── navigationbar_add_pressed.png
│ │ ├── navigationbar_add.xml
│ │ ├── navigationbar_backup_default.png
│ │ ├── navigationbar_backup_pressed.png
│ │ ├── navigationbar_backup.xml
│ │ ├── navigationbar_bg.png
│ │ ├── navigationbar_save_default.png
│ │ ├── navigationbar_save_pressed.png
│ │ ├── navigationbar_save.xml
│ │ ├── navigationbar_setting_default.png
│ │ ├── navigationbar_setting_pressed.png
│ │ ├── navigationbar_setting.xml
│ │ ├── notes_item_bg.png
│ │ ├── paint_appendix.png
│ │ ├── paint_erazer_normal.png
│ │ ├── paint_erazer_pressed.png
│ │ ├── paint_erazer.xml
│ │ ├── paint_icon_back_normal.png
│ │ ├── paint_icon_back_pressed.png
│ │ ├── paint_icon_back.xml
│ │ ├── paint_icon_color_normal.png
│ │ ├── paint_icon_color_pressed.png
│ │ ├── paint_icon_color.xml
│ │ ├── paint_icon_delete_normal.png
│ │ ├── paint_icon_delete_pressed.png
│ │ ├── paint_icon_delete.xml
│ │ ├── paint_icon_forward_normal.png
│ │ ├── paint_icon_forward_pressed.png
│ │ ├── paint_icon_forward.xml
│ │ ├── paint_more_default.png
│ │ ├── paint_more_pressed.png
│ │ ├── paint_more.xml
│ │ ├── paint_pencil_normal.png
│ │ ├── paint_pencil_pressed.png
│ │ ├── paint_pencil.xml
│ │ ├── pen.png
│ │ ├── popwindow_background.9.png
│ │ ├── record_icon.png
│ │ ├── record_microphone_icon.png
│ │ ├── record_wave_left_01.png
│ │ ├── record_wave_left_02.png
│ │ ├── record_wave_left_03.png
│ │ ├── record_wave_left_04.png
│ │ ├── record_wave_right_01.png
│ │ ├── record_wave_right_02.png
│ │ ├── record_wave_right_03.png
│ │ ├── record_wave_right_04.png
│ │ ├── setting_item_bg.9.png
│ │ ├── show_btn_pressed.9.png
│ │ ├── tabbar_appendix_default.png
│ │ ├── tabbar_appendix_pressed.png
│ │ ├── tabbar_appendix.xml
│ │ ├── tabbar_camera_default.png
│ │ ├── tabbar_camera_pressed.png
│ │ ├── tabbar_camera.xml
│ │ ├── tabbar_close_default.png
│ │ ├── tabbar_close_pressed.png
│ │ ├── tabbar_close.xml
│ │ ├── tabbar_handwrite_default.png
│ │ ├── tabbar_handwrite_pressed.png
│ │ ├── tabbar_handwrite.xml
│ │ ├── tabbar_microphone_default.png
│ │ ├── tabbar_microphone_pressed.png
│ │ ├── tabbar_microphone.xml
│ │ ├── tabbar_paint_default.png
│ │ ├── tabbar_paint_pressed.png
│ │ ├── tabbar_paint.xml
│ │ ├── tabbar_pen_default.png
│ │ ├── tabbar_pen_pressed.png
│ │ ├── tabbar_pen.xml
│ │ ├── tabbar_photo_default.png
│ │ ├── tabbar_photo_pressed.png
│ │ ├── tabbar_photo.xml
│ │ ├── tabbar_record_start_default.png
│ │ ├── tabbar_record_start_pressed.png
│ │ ├── tabbar_record_start.xml
│ │ ├── tabbar_record_stop_default.png
│ │ ├── tabbar_record_stop_pressed.png
│ │ └── tabbar_record_stop.xml
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_add.xml
│ │ ├── activity_handwrite.xml
│ │ ├── activity_main.xml
│ │ ├── activity_paint.xml
│ │ ├── activity_photograph.xml
│ │ ├── activity_record.xml
│ │ ├── activity_shownote.xml
│ │ ├── activity_show_picture.xml
│ │ ├── activity_show_record.xml
│ │ ├── item_button.xml
│ │ ├── note_item.xml
│ │ ├── paint_style_dialog.xml
│ │ ├── popup_window_item.xml
│ │ ├── popup_window.xml
│ │ ├── title_add.xml
│ │ └── title_main.xml
│ ├── menu
│ │ └── main.xml
│ ├── values
│ │ ├── arrays.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ └── values-w820dp
│ └── dimens.xml
└── src
└── com
└── example
└── notes
├── ActivityRecord.java
├── AddActivity.java
├── DatabaseOperation.java
├── GetCutBitmapLocation.java
├── HandWriteActivity.java
├── LineEditText.java
├── MainActivity.java
├── PaintActivity.java
├── PaintView.java
├── PhotoGraph.java
├── ShowNoteActivity.java
├── ShowPicture.java
├── ShowRecord.java
└── TouchView.java
35 directories, 283 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论