android记事本设计与实现毕业设计 下载本文

内容发布更新时间 : 2024/6/29 10:58:26星期一 下面是文章的全部内容请认真阅读。

摘 要

手机记事本,是一项新兴且有广阔市场和应用价值的业务,它运行于android智能手机上,通过手机的显示终端与手机内数据库的通讯,提供给客户各种与日程相关的信息服务,方便了用户的日常生活安排。本论文主要阐述了手机日程表服务系统的需求分析、功能模块的设计、系统流程和界面设计,并对系统实现过程中所用到的关键技术进行了介绍。本文所实现的日程表是基于Android平台开发的,主要使用人群定位为在校大学生,主要可以对上课的时间地点进行输入,然后在上课之前对用户进行提醒,从而满足了在校大学生对基本日常生活的安排和记录的需求。

关键词:Android;手机记事本;

ABSTRACT

Mobile schedule, and there is an emerging market and the value of broad business, which benefits real-time monitoring alarm technology, through the copper phone's display terminal with the phone in the database shall be available to customers with a variety of related information services schedule facilitate the user's daily routine. This paper describes the need for phone service schedule system analysis, design, system processes and interface design function modules, and systems to achieve the key technologies used in the process were introduced. In this paper, the schedule is implemented based on the Android platform, the main use of the crowd standing for college students, the main place of class time can be entered, and then before the class to remind the user to meet the basic daily college students living arrangements and recording needs.

Keywords:Android;schedule

目 录

1引言 ........................................................................................................... 1

1.1手机记事本的产生 ........................................................................ 1 1.2手机记事本的发展现状 ................................................................ 1 2 Android及相关技术简介 .......................................................................... 3

2.1 Android简介 ................................................................................... 3 2.2相关编程语言 ................................................................................ 6 2.2.1 xml简介 ..................................................................................... 6 2.2.2 java简介 .................................................................................... 7 3 需求设计 .................................................................................................. 9

3.1系统需求分析 ............................................................................. 9 3.1.1功能分析 ................................................................................... 9 3.1.2性能分析 ................................................................................... 9 4系统设计 ................................................................................................. 10

4.1系统设计目标 .............................................................................. 10 4.2系统功能模块设计 ...................................................................... 10 4.3用户界面设计 .............................................................................. 11 4.4数据库设计 .................................................................................. 12 5 系统的实现 ............................................................................................ 14

5.1主要界面实现 .............................................................................. 14 5.2数据库功能的实现 ...................................................................... 17 6 总结与致谢 ............................................................................................ 22 参考文献............................................................................................................. 23