大学生时间管理APP的设计与实现

上传人:一**** 文档编号:290123448 上传时间:2022-05-09 格式:DOCX 页数:34 大小:649.17KB
返回 下载 相关 举报
大学生时间管理APP的设计与实现_第1页
第1页 / 共34页
大学生时间管理APP的设计与实现_第2页
第2页 / 共34页
大学生时间管理APP的设计与实现_第3页
第3页 / 共34页
大学生时间管理APP的设计与实现_第4页
第4页 / 共34页
大学生时间管理APP的设计与实现_第5页
第5页 / 共34页
点击查看更多>>
资源描述

《大学生时间管理APP的设计与实现》由会员分享,可在线阅读,更多相关《大学生时间管理APP的设计与实现(34页珍藏版)》请在金锄头文库上搜索。

1、毕业设计说明书大学生时间管理APP的设计与研发学生姓名: 樊子涵 学号: 1606014248 系 别: 计算机系 专 业: 计算机科学与技术 指导教师: 王东 职称: 讲师 指导教师: 刘亚蓉 职称: 软件工程师 2020年5月15日大学生时间管理APP的设计与研发摘要对于作为一个现代的大学生来说,随身带个笔记本来记录一些即将发生和需要及时处理的每一件事情是非常十分有必要的,从而便逐渐出现了对时间的管理。只要拥有了随身笔记本时间的安排,就已经可以将自己在日常生活与学习以及工作过程中的每一件事情都安排的十分恰当,能够做到让自己在有限的时间内按时高效的去处理和完成自己的每一件事情。现如今,智能手

2、机已经是走进了千家万户,而如今人们对于使用智能手机的需求和依赖性也越来越强,逐渐地已经成为了人们获得消息的最主要信息来源,也因为它是目前人们在手机上得到相关消息最方便、最快捷的工具和途径之一。因此,对于大多数使用智能手机的用户来说,把大学生记事本这项功能很好的集成在自己的手机上进行使用,这无疑是极好的一种选择1。因为人们这样就能够便捷的通过智能手机的时间管理安排系统来快速实现对重要一件事情的整理记录与相关信息提示,从而为用户省去了随身携带一支纸笔的麻烦。根据2013年12月的手机市场调查统计数据显示,现如今一款搭载android操作系统平台的智能手机已经在中国占78.1%的智能手机市场份额,所

3、以,使用一款基于android操作系统下的智能手机大学生记事本时间的管理安排系统app,大学生记事本就可以非常方便的对手机进行整理和记录诸如备忘等重要的事件,为智能手机用户的日常工作、出游、生活中琐碎的事情提供了整理信息记录和相关提醒信息的功能2。如果要开发一款基于安卓手机的android操作系统,且使用操作简便,使用方便的大学生时间管理安排系统是非常十分有必要的。本课题为基于android系统平台开发的大学生时间管理APP,目的是为了让大学生减少压力,更有效率的完成工作学习,进行记录并在设定的时间通过手机闹铃,文字或振动来通知提醒大学生。关键词 备忘;查询;通知;androidDesign

4、and Development of Time Management APP for College StudentsAbstract: As a modern college student, it is very necessary to take a notebook with you to record everything that is about to happen and needs to be dealt with in time, so time management gradually appears. As long as you have a notebook tim

5、e arrangement, you can arrange everything in your daily life, study and work properly, and you can handle and complete everything in a limited time on time and efficiently.Nowadays, smart phones have entered thousands of households. Nowadays, peoples demand and dependence on using smart phones are b

6、ecoming stronger and stronger. It has gradually become the main source of information for people to get information. It is also one of the most convenient and fast tools and ways for people to get relevant information on mobile phones. Therefore, for most users who use smart phones, it is an excelle

7、nt choice to integrate the function of college student Notepad into their own mobile phones. In this way, people can quickly organize and record an important event and prompt relevant information through the time management and scheduling system of smart phones, thus saving users the trouble of carr

8、ying a pen and paper with them. According to the mobile phone market survey statistics in December 2013, a smart phone equipped with Android operating system platform now accounts for 78.1% of the smart phone market share in China. Therefore, an app based on the Android operating system is used to m

9、anage and arrange the notebook time of college students, College Students notebooks can be very convenient for sorting out and recording important events such as notes, which provide the function of sorting out information records and relevant reminders for the daily work, travel and trivial things

10、in life of smartphone users . If we want to develop an Android operating system based on Android mobile phone, and it is easy to use, it is very necessary to use a convenient time management system for college students.This project is a time management app for college students based on Android syste

11、m platform. The purpose is to let college students reduce the pressure, complete the work and study more efficiently, record and remind college students through mobile phone alarm, text or vibration at the set time.Keywords :Memo; query; notice目录1 绪论11.1 研究的背景11.2 系统开发内容和意义11.3 论文的组织结构22. Android系统核

12、心技术概述32.1 Android架构分析.32.2 Android的特点32.2.1开放性32.2.2应用程序平等32.2.3应用程序之间无界限42.3 SQLite数据库53.系统总体方案设计53.1 需求分析51、 主界面功能模块52、 时间安排的添加模块53、 时间安排的修改模块54、 时间安排的删除模块65、 备忘时间到达提醒模块66、 时间安排数据存储模块67、 时间安排的拍照记录模块63.2 系统设计思想73.2.1 整体模块设计73.2.2 用户注册模块73.2.3 时间安排添加模块93.2.4 时间安排删除模块93.2.5 时间安排修改模块103.2.6 时间安排拍照记录模块

13、113.2.7注册表和备忘事件信息表的E-R图123.3 数据库设计133.3.1 数据库表的设计134. 系统详细设计144.1系统环境搭建144. 1. 1 Eclipse开发平台144.1.2 JDK下载144.1.3 JAVA_HOME144.2 界面设计154.2.1 登陆154.2.2 注册164.2.3主页174.2.4时间安排列表184.2.5我的194.2.6时间安排管理204.2.7时间安排添加214.2.8用户管理225. 软件测试235.1软件测试的重要性及目的235.1.1软件测试的重要性235.1.2 软件测试的目的235.1.3 软件测试的主要内容235.2 测试

14、平台255.3 软件安装255.5 测试小结25结论26参考文献27致谢2821 绪论时间,是一种不可自由生成、不能自由停止、不可自由伸缩的东西,时间也没有任何替代物。由于人具有时间的特性,所以时间决定了人的时间,它是这个时代世界上最为稀有和最为珍贵的一种东西。即使人的时间在本质上是公平的分给每个时代的人以一天24小时,但是我们每个时代的人却是活在不同的24小时里面,因为人的时间对于我们来说在本质上是因人而异的,是可变的。中国时间科学与管理研究的首席专家杨杰说过智者利用时间来创造机会,所以他的成功机会永远比别人多;庸者将时间拿来把握机会,所以他只会获得一点点的成功:愚者则浪费时间来错过机会,所

15、以他永远不会成功3。所以,时间是必然的可以对机会进行有效管理而且也是必然需要对时间进行有效管理的。1.1 研究的背景随着如今的android智能手机操作系统在智能手机市场上的进一步推广和发展,在目前基于人工智能手机的应用领域已经快速的发展成为了在世界上用户量最多的智能手机操作系统。android人工智能手机也已经发展成为了现代人们日常获取信息的主要工具和设备,尤其在儿童和青少年的使用者群体中表现最为突出,并且通过使用基于android的智能手机,他们的使用者可以更为便捷的在手机上获取各种各样所需要的时间和信息。因此,基于时间管理android的各种服务类智能手机的便捷服务类智能手机应用平台已经有了一个非常好的市场发展机会和很大发展的空间,手机的时间信息管理app操作系统就是它们平台中的重要一员。在该操作系统下的手机时间信息

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号