欢迎来到天天文库
浏览记录
ID:12922708
大小:2.59 MB
页数:45页
时间:2018-07-19
《基于android数独游戏设计论文本科论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)题目:基于Android数独游戏设计11基于Android数独游戏设计摘要移动互联网时代的到来极大的改变了我们的生活,而Android是一种以Linux为基础的开放源码操作系统迅速占领了智能机操作系统,所以在android环境下开发显得尤为必要。Android是开放性体系架构,不仅具有非常好的开发、调试环境,而且还支持各种可扩展的用户体验,包括丰富的图形组件、多媒体支持功能以及强大的浏览器。因此,对于软件从业人员来说,Android平台具有无限的吸引力。本文就在分析讨论Android手机软件开发技术原理的基础上,为用户开发出基于Android平台的数独游戏的软件。通过
2、对Android系统架构和应用开发进行初步研究,设计一款数独游戏。在对系统进行详细需求分析的基础上,确定了系统的功能和性能要求,对游戏的开机动画,菜单界面、屏幕绘制、时间控制、布局算法等进行了设计。本文详细介绍了在Android平台上以Java为语言编写游戏的过程,最终实现了一个界面友好、操作简单的手机益智游戏。关键词:Android数独智能机11ThedesignofSudokugamebasedonAndroidAbstractArrivalofthemobileInterneterahasgreatlychangedourlives,andAndroidisaLinux-bas
3、edsystemquicklyoccupiedthesmartphoneoperationsystem,Androiddevelopmentisparticularlynecessaryunderthecircumstances.Android'sbiggestfeatureisitsopenarchitecture,notonlyhasaverygooddevelopmentanddebuggingenvironment,butalsosupportsavarietyofscalableuserexperience,includingrichgraphicalcomponents,
4、multimediasupport,andpowerfulbrowser.Therefore,forsoftwareprofessionals,Androidplatformhasunlimitedappeal.Inthisthesis,theanalysisanddiscussionofAndroidmobilephonesoftwaredevelopmenttechnologyprovideuserswithbetterplatformtotheSudokubasedonAndroidmeteorologicalsoftware.ThroughtheAndroidsystemst
5、ructureandapplicationdevelopmentforpreliminaryresearch,wedesignedaSudokugame.Inthesystembasedontheanalysisofthedetailedrequirements,wedesignthegameinthegamemenuinterface,thescreenrendering,timecontrolandlayoutalgorithm.ThisthesisdescribesthewholedevelopmentprocessofAndroidbasedsmartphonegameusi
6、ngGoogleAndroidSDK.Finally,wehavethesoftwarewithfriendlyinterfaceandsimpleoperation.KeyWords:Android;Sudoku;Smartphone11目录摘要IABSTRACTII第一章绪论11.1研究背景11.1.1手机游戏的发展以及特征11.1.2数独游戏背景21.2Android手机游戏的市场价值21.3本文主要工作及章节结构3第二章ANDROID平台概述42.1Android系统简介42.2Android系统特性42.3Android操作系统框架结构52.3.1应用程序62.3.2应用程
7、序框架62.3.3库与运行环境72.3.4内核72.4Android应用程序构成82.4.1Activity82.4.2BroadcastReceiver92.4.3Service102.4.4ContentProvider102.5Android应用程序的生命周期11第三章数独游戏的设计133.1游戏功能简介133.2游戏策划以及准备工作143.3游戏的架构163.3.1各类的介绍163.3.2游戏的框架简介1811第四章基于ANDROID平台数独游戏的
此文档下载收益归作者所有