基于安卓平台的个人记事本管理软件设计本科毕业论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
随着信息化社会的发展,Android智能产品已日益成为越来越多的人们选择的移动终端产品。伴随着Android智能手机与平板电脑已经在我们生活大量的使用,越来越多的基于Android开发平台的应用也随之出现。
本次毕业设计主要是基于Android平台的android技术,JA V A语言,程序设计环境是eclipse+android SDK。轻量级数据库SQLite数据库+文件存储,主要存放一些字段信息,以及图文路径。功能方面主要在传统记事基础上实现图片记事、存储,语音记事存储,视频记事、存储,还有对各类信息的检索功能,各类信息的发送功能。在本次软件设计中,用到了Android平台提供的Adapter适配器,软件中的诸多功能,都是通过继承适配器来适配页面上所要展示的基本信息。然后就是通过统一页面的色调,整顿整个界面风格。
软件的主要目标就是解决现在的人们对丰富生活的记事需求,在这个前提下,继续美化Android界面。
关键词:Android;记事本;多功能;note
I
Designed of manage personal notepad software
based android
Abstract
With the development of information society , Android smart products has become increasingly more and more people choose mobile terminal products. With Android smartphones and tablet computers have a lot of use in our lives , more and more Android -based application development platform also will appear.
The graduation project is mainly based on the Android platform android technology , JA V A language and programming environment is eclipse + android SDK. + Lightweight database SQLite database file storage , storage of some of the major fields of information , as well as graphic path. The main achievement of the picture notepad function , storage, voice memo storage, video notes, memos stored in the traditional basis , there are all kinds of information retrieval , sending all kinds of information. In the design of this software , use the Adapter adapter , software Android platform provides many functions are to fit on the page to show the basic information through inheritance adapter. Then the page is through uniform color , straighten the entire interface style.
The main goal now is to solve the software needs to enrich the lives of people note , in this context, to continue to beautify the Android interface.
Keywords : Android; notebook ; multifunctional ; note
II
目录
目录
摘要 ········································································································I Abstract ···································································································I I 第一章绪论··························································································- 1 -
1.1课题研究背景及意义·····································································- 1 -
1.2国内外发展现状···········································································- 2 -
1.3设计方案概述··············································································- 3 -
1.4主要研究内容··············································································- 4 -
1.5论文结构····················································································- 4 - 第二章相关技术介绍··············································································- 5 -
2.1 Android-简介···············································································- 5 -
2.2 Android-用户操作界面Activity ·······················································- 5 -
2.3 Android-布局···············································································- 7 -
2.4 Eclipse+android SDK构建开发平台 ··················································- 9 -
2.5 SQLite轻量级数据库 ·································································· - 10 - 第三章需求分析·················································································· - 11 -
3.1 功能需求 ················································································· - 11 -
3.2性能需求·················································································· - 11 -
3.3可行性分析··············································································· - 12 -
3.4 安全分析 ················································································· - 12 - 第四章概要设计·················································································· - 13 -
4.1系统总体流程图········································································· - 13 -
4.2各个模块的介绍········································································· - 13 -
4.3数据库表的设计数据表设计 ························································· - 15 - 第五章记事本详细设计········································································· - 17 -
5.1布局设计·················································································· - 17 -
5.2 功能界面设计··········································································· - 26 -
III