1 / 45
文档名称:

Android日记本计算机毕业设计论文.doc

格式:doc   大小:5,693KB   页数:45页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

Android日记本计算机毕业设计论文.doc

上传人:zxwziyou9 2018/9/4 文件大小:5.56 MB

下载得到文件列表

Android日记本计算机毕业设计论文.doc

文档介绍

文档介绍:基于android的日记本的设计与开发
摘要
android 是一种基于Linux® 内核的综合操作系统。 android为全球超过10亿部手机和平板电脑提供强力支持。全球为数众多的移动电话用户正在使用各种基于 android 的电话,它可以自由定制且易于使用手机带给人们的便捷生活是不可替代的,手机已成为人们日常生活中不可或缺的重要部分,它不仅方便了人们的交流,娱乐功能更丰富了人们的生活。
基于android的日记本是专为那些因为手机自带日记本功能不足而设计,在给带来方便快捷的同时每天一篇,也记录了生活中的点滴,符合现代快节奏生活的需求。系统的主要功能包括:日记的创建、删除、修改、加密、分享、搜索等各项综合记事功能,使该应用程序更加人性化,更加便捷。
此论文描述了日记本的设计理念、设计过程、实现结果和测试过程。
关键词:移动终端;android;日记本
Based on the design and the development of the android's diary
Abstract
android is a Linux based ® integrated operating system kernel. More than 1 billion mobile phones and tablets provide strong support android for the world. Because it free to customize and easy to use, a large number of mobile phone users are using all kinds of android based phones, mobile phones bring convenient for people's life, it not only convenient for people'munication, entertainment function more enriched people's life and it has e an indispensable important part in people's Daily life.
Based on the android's diary is designed for those phones whose own diary function is not useful. An article every day, bring convenient ,also recorded the life which needs of the modern fast-paced life. Diary system's main features include: create, delete, modify, encryption, share, search, and prehensive chronicle function, make the application more humanized and more convenient.
This paper describes the design ideas of the diary, the design process, implementation results and the testing process.
Keywords:android;dairy;mobile devices
目录
摘要 i
Abstract ii
1 绪论 1
课题背景 1
目的和意义 1
android平台及相关知识简介 1
android现状及发展 1
android系统特点 2
开发工具 2
Eclipse 2
android SDK 3
android手机自带的sqlite轻量级数据库 3
2 可行性分析 4
背景 4
可行性分析 4
技术的可行性 4
经济的可行性 4
操作可行性 4
法律的可行性 4
3 需求分析 5
软硬件需求 5
性能需求 5
系统的易操作性 5
数据的正确性与完整性 5
数据的安全性 5
界面需求 5
4 系统概要设计 7
设计的基本思路 7
系统用户用例图 7
系统流程图 8
功能模块 9
5 系统功能实现