资料详情

基于安卓系统(android)记事本APP管理系统设计与实现毕业论文+项目源码

头像

android

编号:3394

摘要

随着智能手机发展越来越迅猛,手持智能手机的人越来越多,尤其是价格合理的android手机。人们已经习惯用手机来处理一些事情,尤其用手机的记事本或者标签来记录日常工作的事物,在这种情况下,开发一款基于android平台的简单实用的记事本很有必要,可以在很大程度上方便人们的生活。

此次课题研究的目标是在android系统上,实现一款能够流畅运行记事本应用,并支持多种记事方式。目前来说,利用android 强大的SDK工具包以及eclipse完善的开发功能,可以比较容易的实现这样一款应用。论文主要论述了这款应用的需求场景以及系统设计和实现,其中这款应用具有两大特色:第一个特色是可以添加闹钟提醒,并且可以设置闹钟提醒次数和提醒次数;第二个特色是同时支持音频记事和图片记事,并且图片记事灵活,可以添加多张图片。

论文中最终实现了一款基于android系统的记事本应用YYnote,此应用的主要功能有添加文本,添加多张图片,录制音频以及为记事添加闹钟提醒,同时还可以分享记事,整个应用在android4.0上运行流畅。

关键词:安卓系统,记事本,闹钟提醒,图片记事,音频记事


Abstract

With the rapid development of smart phones increasingly, more and more people handdle smart phones, especially affordable android phone, People have become accustomed to using a mobile phone to deal with some things, especially with the phone's notepad or tag to record their daily work things, develop a simple and practical Notepad that based on android platform is necessary.

The research goal is achieve a smooth running notepad application that run on android system and supports a variety of ways Notepad. Currently, use of the powerful android SDK toolkit and the complete development eclipse,it will be easy to achieve such an application. This paper discusses the application requirements and the system design and implementation.This application has two characteristics: The first feature is it can add a alarm for reminder,and you can set the reminder times and reminder interval.The second feature is it supports both audio notes and pictures notes, and the pictures notes is very flexible, you can add multiple pictures.

Paper finally realized a notepad application named YYnote,which is based on android system. The main function of this application is to add text, add multiple pictures, record audio as well as add alarm reminders, also it can share the notes. The entire application runs smoothly on android4. 0 system.

Keywords: android, Notepad, alarm reminders, picture notes,audio notes


目录

摘要 I

Abstract II

1 绪论

1.1 课题来源、目的和意义 1

1.2 国内外基本研究情况 1

2 需求分析

2.1 用户需求 4

2.2 功能需求 4

2.3 数据库选择 6

2.4 性能需求 6

3 概要设计

3.1 功能概要设计 7

3.2 数据库概要设计 13

4 详细设计

4.1 功能设计 15

4.2 数据库设计 30

5 系统功能实现

5.1 系统架构设计 33

5.2 记事模块 33

5.3 闹钟模块 36

5.4 分享模块 38

6 系统实例

6.1 概述 40

6.2 添加文本 40

6.3 添加图片 41

6.4 添加音频 42

6.5 添加闹钟 43

6.6 分享 45

7 总结与展望

7.1 总结 46

7.2 展望 46

致谢 48

参考文献 49

附录 英文缩写词 50