1240101104_丁梦茹_基于安卓系统的拼图游戏的设计与开发
本科毕业设计
题目:基于安卓系统的新图游戏的设计与开发
学生姓名:丁梦茹
学号: 1240101104
所属学院:计算机工程学院
专业班级: 12级计科一班
指导教师:杨婷婷职称/学位:讲师完成时间: 2016年 5 月 20 日
安徽文达信息工程学院教务处制
独创性声明
本人郑重声明:所呈交的论文是本人在导师的指导下独立进行研究所取得的研究成果。除了文中特别加以标注引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写的成果作品。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。本人完全意识到本声明的法律后果由本人承担。
学生签名:日期:年月日
论文版权使用授权书
本人完全了解安徽文达信息工程学院有关保留、使用学位论文的规定,即:学校有权保留送交论文的复印件和磁盘,允许论文被查阅和借阅,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。同意安徽文达信息工程学院可以用不同方式在不同媒体上发表、传播学位论文的全部或部分内容。
(保密的学位论文在解密后应遵守此协议)
学生签名:日期:年月日
导师签名:日期:年月日
2016届计算机科学与技术专业毕业设计
摘要
随着移动设备的日益普及,使用Android的手机软件技术的发展是越来越多的人,
在这样的背景下,这个话题一直是手机游戏,Android平台的益智拼图的发展。首先,Android系统架构本文的研究背景,并介绍了开发环境,那么通过使用Android技术开发玩家的益智游戏分析的需求,游戏界面布局合理,使游戏更加美观和人性化的界面,实现游戏的基本功能,最终为玩家享受拼图的乐趣。Android系统对第三方软件是开放的,这促进了第三方软件的发展。Android系统以Linux 2.6为核心,其安全机制比较完善,增强了手机使用的安全性。Android平台已经形成由 Google牵头,OHA组织参与,系统支持商和服务供应商完善搭配的运作机制,为Android平台的快速发展提供了坚实的基础。由于Android构建在开源代码的框架之上,并且提供了强大的SDK库和开放的理念,所以它为广大的没有任何移动应用程序开发经验的新手开辟了一条开发完美移动应用程序的康庄大道。而富有经验的移动开发人员现在也可以方便地扩展到Android平台上来,利用它独特的功能来改进现有产品或者开发其他新颖产品。Android软件在一两年的时间内已经迅速发展,在各类型应用系统中都有令用户满意的成果,本课题研究的就是基于此背景下Android手机的一款益智拼图游戏。通过该游戏的设计,将自己学到的Java,Android方面的理论知识应用于实践,提高自己的动手能力。在设计的过程中,不断的修补知识方面的漏洞,加深自己对程序设计的理解,为将来从事软件开发事业打
下基础。
关键词:Android;拼图游戏;Activity;框架
I
2016届计算机科学与技术专业毕业设计
Abstract
With the rising popularity of mobile devices, the use of Android mobile phone softwaretechnology development is more and more people, in this context, this topic has always been a cell phone game, the development of the Android platform of educational puzzles.First of all, the Android system architecture in this paper, The Android platform has been formed, led by Google, smaller companies organizations to participate in, system support, and service providers to improve the operation mechanism of collocation, and provides a powerful SDK library and an open concept, so it doesn't have any mobile application development experience for the majority of the new opened up a perfect mobile application development for the road ahead.And rich experience in mobile developers now can also be easily extended to the Android platform, using its unique function to improve existing products or to develop other new products.career in software development in the future.With the rising popularity of mobile devices, the use of Android mobile phone software technology development is more and more people, and introduced the development environment, then through the use of Android technology the demand of the development of educational game analysis, the game interface layout is reasonable, make the game more beautiful and humanized interface, realize the basic functions of the game, eventually for players to enjoy the pleasure of the puzzle.Android is open for third-party software, it will promote the development of third party software.Android Linux 2.6 as the core,smaller companies organizations to participate in, system support, and service providers to improve the operation mechanism of collocation, for the rapid development of the Android platform provides a solid foundation.Because the Android build on open source framework, and provides a powerful SDK library and an open concept, in all kinds of application systems have user satisfaction results, under the background of this research is based on the Android mobile phone, a puzzle puzzle game.Through the design of the game, to learn Java, Android in terms of theoretical knowledge into practice, improve their ability.In the process of design, continuous repair knowledge, deepen their understanding of the program design, lays the foundation for a career in software development in the future.
Key Words :Android; puzzle game; Activity; sturcture
II
2016届计算机科学与技术专业毕业设计
III 目录
摘要............................................................... I Abstract ............................................................ II 1 引言. (1)
1.1 课题开发的背景 (1)
1.1 课题研究现状 (1)
1.2 课题意义 (2)
2 安装环境 (3)
2.1 Android的系统架构 (3)
2.1.1应用程序 (3)
2.1.2 应用程序框架 (4)
2.3 系统运行库 (4)
2.4 Window下Android开发环境的搭建 (5)
3 流程概要 (7)
3.1 游戏流程介绍 (7)
3.2 系统概要设计 (8)
3.2.1 界面布局模块 (8)
3.2.2 难度选择模块 (8)
3.2.3 图片选择模块 (9)
3.2.4步数和时间模块 (9)
3.2.5 游戏实现模块 (9)
4 设计与实现 (10)
4.1 界面布局实现 (10)
4.1.1 Logo界面布局 (10)
4.1.2 游戏界面布局 (12)
2016届计算机科学与技术专业毕业设计
4.2 游戏功能实现 (13)
4.2.1 开始游戏 (14)
4.2.2 游戏设置 (16)
4.2.3 积分排名 (18)
4.2.4 游戏关于 (19)
4.2.5 游戏帮助 (20)
4.2.6 退出游戏 (22)
4.2.7 步数和时间设置 (23)
5 系统测试 (24)
5.1 Android 模拟器——夜神 (24)
相关推荐:
- [文秘资料]班长职务辞职报告
- [文秘资料]完美的辞职报告
- [文秘资料]经典的员工辞职报告
- [文秘资料]医院口腔医生辞职报告
- [文秘资料]总经理辞职报告范文四篇
- [文秘资料]超市职员个人辞职报告
- [文秘资料]村妇联主任的辞职报告
- [文秘资料]辞职报告书格式
- [文秘资料]酒店辞职报告简单范文
- [文秘资料]联通的辞职报告
- [文秘资料]2017最新私企员工辞职报告范文
- [文秘资料]2019年度医院基层党组织书记抓党建述职
- [文秘资料]工作时间长辞职报告
- [文秘资料]辞职报告怎么写出来
- [文秘资料]个人能力原因辞职报告
- [文秘资料]网络工程师辞职报告
- [文秘资料]项目部辞职报告
- [文秘资料]缝纫工辞职报告怎么写
- [文秘资料]XXX州委书记述职报告
- [文秘资料]抓基层党建工作述职报告
- (王虎应老师讲课记录)六爻理象思维
- 八个常见投影机故障排除法
- 质量专业综合知识(中级)第一章质量管理
- 煤矿班组建设实施意见
- 我国快餐业与肯德基经营模式的比较与分
- 汽车保险杠模具标准化模架技术工艺研究
- 汽车二级维护作业团体赛比赛规程
- 装卸搬运工安全操作规程
- 高效的工作方法-刘铁
- 依据《生产安全事故报告和调查处理条例
- 2015专业PS夜景亮化效果图制作教程
- 企业劳动定额定员浅析
- 中枢神经系统医学影像学本科五年制第五
- 长城汽车参观探营第三站:研发试验中心
- 小升初语文专项训练
- 建筑工程质量检测资质分类与等级标准
- 周燕珉-我国养老社区的发展现状与规划
- 《生命里最后的读书会》读后感
- 实验室管理评审报告
- CCNA思科网院教程精华之网络基础知识




