基于android的记事本时钟设计与实现 毕业论文 .doc
文本预览下载声明
基于Android的设计与实现
随着智能手机逐步的走入人们的生活,目前已经成为了当今最主要的通信和娱乐工具,其中Android就是众多智能机操作系统中最主要的一个。Android智能机的开发热情也日益提高,Android系统的使用人群正在急速提升,Android应用程序的多样化对人们快速获取资讯以及方便人们的生活起着不可忽视的作用。本文主要概述了基于Android系统的记事本和闹钟软件,帮助用户随时随地的记录。该应用使用Java语言利用Eclipse开发工具开发完成。
[关键词]Android;;Design and implementation of Notepad clock based on Android
With the smart phone gradually into peoples lives, the current smart phone has become the most important communication and entertainment tools, Android is one of the most intelligent computer operating system. Some of the worlds leading mobile equipment manufacturers are increasing for Android intelligent development enthusiasm, Android system use the crowd is rapidly increasing, the diversity of the Android applications for people to obtain information and convenient and peoples life plays a role can not be ignored. This paper introduces the realization method of software Android system notepad and alarm technology based on the application to help users whenever and wherever possible records the daily events, with alarm clock function, the use of the users life more convenient. The application uses Java language, the use of Eclipse development tools to complete the development.
Key words: smartphone; Android ; Notepad ; clock目 录
1 绪论 1
1.1 研究背景 1
1.2 Android平台的发展状况 1
1.3 研究的目的和意义 1
2 相关技术简介 2
2.1 开发工具 2
2.1.1 Java Development kit(JDK)介绍 2
2.1.2 Android SDK 介绍 2
2.1.3 Eclipse开发工具介绍 2
2.1.4 Android Development Tools(ADT)介绍 2
2.2 Android开发常用到的技术 3
2.2.1 Activity 3
2.2.2 Service 4
2.2.3 Content Provider 内容提供者 5
2.2.4 Intent 信使 5
2.3 Android手机加速度传感器的介绍 5
2.4 开发环境的搭建 5
2.4.1 安装JDK 6
2.4.2 Eclipse安装 6
2.4.3 Android SDK安装 6
2.4.4 ADT安装 7
3 Android 手机计步器的需求分析 7
3.1 本文可行性分析 7
3.1.1 经济可行性 7
3.1.2 技术可行性 7
3.2 Android手机计步器功能需求 7
3.2.1 主界面需求分析 8
3.2.2 历史界面需求分析 9
3.2.3 设置界面的需求分析 10
3.2.4 分享界面的需求分析 12
3.3 手机性能需求 13
3.3.1 系统要求 13
3.3.2 灵活性 13
3.3.3 时间特性要求 13
3.3.4 软件特性要求 13
4 手机计步器总体设计 13
4.1 软件框架介绍 13
4.2软件结构设计 14
4.3系统数据流设计 15
5 手机计步器的设计与实现 16
5.1 数据存储设计 16
5.1.1 计步记录
显示全部