摘 要
随着移动平台的崛起,越来越多的传统PC软件被移植到移动平台,比如ipad,iphone,Android等智能终端设备,在这些平台中,Android占领着最大的市场份额,所以为Android用户开发满足日常使用的软件成为了现在的一大热门。
本次设计选用了时下比较热门的Android平台来作为开发技术,实现了一个俄罗斯游戏系统,用户可以使用本系统来玩俄罗游戏。
本论文将逐步介绍基于Android平台的俄罗斯游戏系统的开发背景和意义,接着详细介绍了俄罗斯游戏系统的分析、设计与实现过程,最后对本论文做了总结。
关键字:Android、俄罗斯游戏、SQLite、手机
ABSTRACT
With the rise of mobile platforms, more and more traditional PC software is ported to mobile platforms, such as iPad, iPhone, Android and other smart terminal equipment, to occupy the largest market share in these platforms, Android, developed for Android usersmeet the day-to-day use of the software has become a favorite.
The design selection of the more popular nowadays Android platform as the development of technology, a Russian game system, the user can use the system to play the Russian game.
This thesis is a step-by-step introduction to the background and significance of the development of the Russian game system based on the Android platform, and then details the the Russian game system analysis, design and implementation process, and finally the paper summarized.
Keywords: Android, Russian game, SQLite, phone
目录
摘 要 2
ABSTRACT 3
目录 4
1 引言 5
1.1 课题研究背景 5
1.2 国内外研究现状 6
1.3 课题研究方法和研究路线 7
1.4 论文的组织结构 7
2关键技术介绍 9
2.1 什么是Android 9
2.2 Android系统架构简介 9
2.1.1 应用程序(APPLICATIONS) 10
2.2.2 应用程序框架(APPLICATION FRAMEWORK) 10
2.3.3 Android 运行时(RUNTIME) 10
2.3.4 系统库(LIBRARIES) 10
2.3.5 Linux 11
2.3 SQLite数据库 11
3 系统分析 12
3.1概述 12
3.1.1系统分析的原则 12
3.1.2系统分析的方法 12
3.1.3系统性能要求分析 12
3.2 系统可行性分析 13
3.3 系统算法功能需求 14
3.4 系统算法与流程分析 15
4 系统设计 17
4.1 系统设计目标 17
4.2 系统功能模块设计 17
4.3 工程文件结构设计 18
5 系统编码开发 21
5.1系统主界面 21
5.2游戏主界面 21
5.3排行榜界面开发 22
5.4声音控制实现 23
6 系统测试 24
6.1测试的重要性 24
6.2测试的目的 25
7 总结和展望 26
结束语 27
致 谢 28
参 考 文 献 29
附录 30