没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
太 原 理 工 大 学 毕 业 设 计 (论 文 )用 纸
1
分类号_______________ 密级________________
UDC _______________ 学号_ ___
毕业设计(论文)
论文题目
基于 android 的万年历的设计与开发
thesis Topic
Design and development of calendar based on the Android
学 生 姓 名
学 号
所 在 院 系
专 业 班 级
导师姓名职称
完 成 日 期
年 月 日
年 月 日
太 原 理 工 大 学
程
序
设
计
课
程
设
计
报
告
学
院
:
软
件
学
院
专
业
:
软
件
工
程
班
级
:
1
0
0
4
班
学
号
:
1
0
0
0
1
6
4
7
姓
名
:
指
导
教
师
:
李
爱
萍
时
间
:
2
0
1
2
年
6
月
太 原 理 工 大 学 毕 业 设 计 (论 文 )用 纸
III
基于 Android 的日历系统的设计与实现
摘 要
Android 系统凭借其良好的用户体验、低廉的成本及高开放性产生了巨大的应用量
和广阔的应用面。如今,基于 Android 系统的应用极为丰富,从输入法到影音播放器,
从系统工具到网页浏览器,从社交网络客户端到学习办公助手工具,以及形式繁多的游
戏应用,都有力体现了 Android 平台的强大的适应性和发展潜力。
而日历应用作为智能终端的出厂必备控件,更是 Android 系统中不可或缺的一部分。
而应用开发商力求为客户带来更好的用户体验,将日历这一原本普通的生活用品打造成
植于移动终端中的生活助手,且界面风格迥异,功能也是趋于多样化和一体化。
本文通过论述对基于 Android 的日历系统的开发的全过程,研究了 Android 系统的
开发环境、核心构架、主要组件,展示了开发移动应用的一般过程,并对 Android 平台
的背景、现状和发展前景进行了讨论。本次项目所实现的日历系统,除了最基本的日期
信息查询功能外,还具备了公历转换农历功能、指定日期跳转功能、当天日期定位功能
和日程管理功能。通过转换功能,用户可将希望查询的公历日期转为农历日期;如果用
户想知道某一天或某个月有什么节日,可以使用跳转功能;在主界面没有显示当月日期
时,用户可通过定位功能回到当天日期;而日程管理功能则为用户提供了类似备忘录的
平台。
关键词:Android;移动终端;手机日历;移动应用开发
太 原 理 工 大 学 毕 业 设 计 (论 文 )用 纸
The Design And Implementation Of Calender Based On
Android System
Abstract
Android system has been achieved a great number of users because of its excellent user
experience,low cost and high openness.Nowadays,there are plenty of smartphone
applications based on android system such as input methods,audio/video players,system
tools,web browsers,social networks,school/office softwares,games,etc,which show great
adaptation and development potential of Android.
Calender has become a necessary widget in intelligent terminals and also a quite
important part of Android system.App developers strive to improve the user experience so
that they change the calender,a commonplace articles for daily use,into a kind of assistant for
users,with different kinds of interface.And its function becomes more and more diversified
and incorporate.
This article is about the whole development process of calender based on Android
system, the development environment,the core framework and the main module of
Android.Also,we will discuss the background,the current situation and the development
potential.The Calendar we enforce in this project contains functions not only the most basic
date information inquire,but also other functions such as gregorian-lunar transformer,current
date locator,events manager.Users are able to transform gregorian dates they want to lunar
dates by using gregorian-lunar transformer;If users want to check out festivals of dates,the
skip function will help;Users could skip back to current date with the help of date locator
when the main interface doesn ‘t show;And the events manager provides a kind of platform
like memorandum.
Keywords:Android;The mobile terminal;Smart mobile Calender;Mobile application
development
太 原 理 工 大 学 毕 业 设 计 (论 文 )用 纸
目 录
1 绪论...................................................................1
1.1 课题背景...........................................................1
1.2 发展现状 ..........................................................1
1.2.1 Android SDK 发布里程碑 .......................................1
1.2.2 Android 市场发展轨迹 .........................................3
1.3 Android 系统的发展前景.............................................4
1.4 课题研究意义 ......................................................5
1.5 本文主要结构 ......................................................6
2 Android 系统核心技术概述 ................................................7
2.1 Android 的体系结构.................................................7
2.2 Android 系统组件...................................................9
2.3 Android 主要控件..................................................11
2.4 本章小结 .........................................................13
3 基于 Android 的日历系统.................................................15
3.1 需求分析..........................................................15
3.1.1 系统目标 ...................................................15
3.1.2 功能需求描述 ...............................................15
3.1.3 界面需求分析 ...............................................15
3.1.4 运行需求分析................................................16
3.2 系统概要设计和详细设计 ...........................................16
3.2.1 系统概要设计................................................16
3.2.2 系统详细设计 ...............................................17
3.2.3 系统功能结构 ...............................................18
3.2.4 系统界面布局 ...............................................19
3.3 主要算法与核心代码实现 ...........................................19
3.3.1 主界面 .....................................................19
3.3.2 菜单项目操作 ...............................................22
太 原 理 工 大 学 毕 业 设 计 (论 文 )用 纸
3.3.3 日程管理功能实现 ...........................................24
3.3.4 农历、闰年、节日算法 .......................................25
3.4 软件测试 .........................................................26
3.4.1 测试平台....................................................26
3.4.2 软件安装 ...................................................27
3.4.3 程序运行情况 ...............................................28
3.5 本章小结 .........................................................30
4 总结...................................................................31
4.1 论文工作总结 .....................................................31
4.2 问题与展望 .......................................................32
参考文献.................................................................33
剩余51页未读,继续阅读
资源评论
五星资源
- 粉丝: 7246
- 资源: 5314
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于微信小程序的社团活动助手php.zip
- 懂球短视频微信小程序SpringBoot.zip
- java项目,毕业设计-医患档案管理系统
- 船检测8-YOLO(v5至v11)、COCO、Paligemma、TFRecord、VOC数据集合集.rar
- 好用的网络链接监测工具,支持设置各项ping参数(时延,包长等),支持日志记录
- stm32f407进行直流电机pid调速源程序
- java项目,毕业设计-医院固定资产系统
- 经典好用 的网卡管理 工具,支持多IP绑定,静态路由配置,可永久 保存
- C# WPF客户询单管理系统.zip(源码+数据库文件)
- java项目,毕业设计-在线外卖系统
- 机器学习四大名著,入门学习,中间反复研读都适用
- C# 键盘按键禁用拦截.zip
- 剪映【下载这个,直接安装与原来的共存、不显示VIP直接用】.apk
- 简单易用的一个端口转发及代理工具,可实现地址及端口映射
- stm32f103官方DSP库测试程序 可做128点、256点的fft运算,时间很短
- PHP遍历二叉树的实现,深度优先,广度优先,非递归实现
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功