软件工程专业(毕业论文)基于Android系统五子棋界面设计
摘 要
当今的世界是一个信息极大丰富的世界,所以人们对于各种信息的获取都有着强烈的需求。人们往往会借助报纸、手机、电视、网络等方式来获取和处理各种信息。随着科技的发展,手机作为一种非常重要的通讯工具,其功能越来越强大,相对电视,网络等方式,手机凭借着它的便携性和处理信息的优势,日益成为人们获取信息的一种重要手段。
但是实际上并不是所有的手机都可以满足人们这种相对复杂的功能要求,而智能手机由于强大的功能令其成为所有手机中最好的选择。目前市场上的智能手机有几大类,分别是symbian、windows mobiile、linux、黑莓。不过近两年来上市的Android操作系统由于具有良好的开放性和平台开发的便捷性等特点,使得采用Android的手机愈加受到人们的青睐。在此同时,Android操作系统的手机在智能手机领域所占的比重越来越重。所以,我将Android系统下的五子棋小游戏作为本次毕业设计研究对象。
关键词:Android;智能手机;五子棋小游戏;操作系统。
Abstract
Nowadays,there is abundant information in the world,people have a strong demand for the access to different information.We tend to get and process information through newspaper,mobile phone,TV and Internet.With the development of science and technology,as a very important communication tool,the mobile phone has a more and more powerful function.The mobile phone is becoming an important means of getting information because it has an advantage on portability and information processing when compare to TV,Internet and other means.
In fact,not every mobile phone can satisfy people's needs of relatively complicated function,the smartphone is proved to be the best choice as its powerful function.For now,there are several categories of smartphone in the market,they are symbian,windows mobile,linux,blackberry.But the mobile phone using Android as its operating system has get an increasing favour of people.At the same time,the proportion of mobile phone using Android in smartphone is becoming more and more high.So,I choose the five chess game under the Android as the object to design and study.
Keywords:Android; smart phones; Gobang Game; operating system
目 录
前 言1
第一章 Android开发平台的搭建2
第一节 Android系统的由来2
第二节 Android系统平台的架构组成2
一、第一层——Applications,应用程序集合2
二、第二层——Application Framework,应用程序框架3
三、第三层——Libraries(函数库)和Android rutime(运行环境)3
四、第四层——Linux Kernel4
第二节 Android开发环境的特点4
第三节 Android开发环境的搭建4
一、建立java环境5
二、 Eclipse和Android SDK的安装5
三、 更新Eclipse,安装Android开发插件ADT6
四、设置开发平台的环境变量7
五、 Android AVD的配置7
第二章
第一章 Android开发