毕业设计报告(论文)论文(设计)题目:基于Android的4S在线系统作者所在院系:计算机与遥感信息技术学院作者所在专业:软件工程作者所在班级:作者姓名:作者学号:指导教师姓名:完成时间:2016年5月北华航天工业学院教务处制北华航天工业学院毕业论文I摘要近几年来,智能手机发展非常迅速,已成为当今人们最主要的通信娱乐工具。目前主流的智能手机操作系统有WindowsPhone、iOS、Android三大系统。据Gartner的数据显示,在2015年第四季,iOS的占有率为17.7%,而Android则继续是占有率最高的系统,高达80.7%,而两个主流系统加起来,就占去所有智能手机的98.4%,比前一年同期96.4%要高。而WindowsPhone只占1.1%。可见基于Android系统的应用市场还是相当大的。Android系统不仅市场占有率第一,而且Android系统还是开源免费的,这使得开发者开发一款应用的学习和经济成本大大降低。本软件就是Android平台上的一款小型应用,帮助用户解决生活中与汽车有关的问题,提供周边加油站、停车场、洗车店导航,保养比价,汽车资讯,自驾游等汽车周边服务。还提供用户咨询服务,解决用户在使用本应用中遇到的问题。本软件使用eclipse集成环境开发而成,采取了Java面向对象的编程语言,使用了MVC的编程模式。本软件界面友好、操作方便、具有良好的扩展和维护性。系统每个模块都经过了测试,能稳定运行,满足用户的需求。关键词:Android智能手机4S在线Java北华航天工业学院毕业论文IIAbstractInrecentyears,thesmartphoneisdevelopingveryquickly,ithasbecomeamodernpeople'smaincommunicationandentertainmenttool.ThecurrentmainstreamoperatingsystemofsmartphoneareWindowsPhone、iOSandAndroid.AccordingtoGartnerdatashowthatinthefourthquarterof2015,theiOSshareof17.7%,whileAndroidiscontinuetosharethehighestsystem,ashighas80.7%,andthetwomainstreamsystemtogether,willtakeup98.4%ofallsmartphones,96.4%higherthanthesameperiodayearago.WhileWindowsPhoneonlyaccountedfor1.1%.Obviously,Androidapplicationmarketisconsiderable.Androidmarketsharenotonlythefirst,andtheAndroidsystemisfree,opensourcesothatdeveloperstodevelopanapplicationcostgreatlyreduced.ThissoftwareisasmallapplicationontheAndroidplatform.Tohelpuserssolveproblemsrelatedtothecarinthelife.Providethesurroundinggasstations,parkinglot,carwashnavigation,maintainpricecomparison,carinformation,self-drivingtourandothercarsaroundservices.Alsoprovideconsultationserviceforuser,tosolveproblemsofusersintheuseofthisapplication.Thissoftwareusingtheeclipseintegrateddevelopmentenvironment,taketheJavaobject-orientedprogramminglanguage,usingtheMVCpatternofprogramming.Thissoftwarefriendlyinterface,convenientoperation,goodextensionandmaintainability.Testafterthesystemeachmodule,stableoperation,meettheneedsofusers.KeyWords:AndroidSmartPhone4S-shop-onlineJava北华航天工业学院毕业论文目录摘要....................................................................................................................................IAbstract................................................................................................................................II第1章绪论.......................................................................................................................11.1课题研究现状分析................................................................................................11.2选题的目的及意义................................................................................................11.3课题研究的主要内容............................................................................................2第2章系统需求分析.......................................................................................................32.1问题的提出...........................................................................................................32.2系统的设计目标...................................................................................................32.3可行性分析...........................................................................................................32.3.1经济可行性.................................................................................................32.3.2技术可行性.................................................................................................42.4功能需求...............................................................................................................42.4.1系统的主要功能.........................................................................................42.4.2系统的功能模块图.....................................................................................5第3章相关知识及技术介绍...........................................................................................63.1Android平台简介.................................................................................................63.1.1Android框架................................................................................................63.1.2Android开发中的四大组件........................................................................83.1.3Android程序结构........................................................................................83.2服务器端开发简介...............................................................................................93.3开发工具及环境配置简介.................................................................................103.3.1开发工具介绍...........................................................................................103.3.2客户端开发环境配置...............................................................................103.3.3服务器端开发环境配置...........................................................................103.3.4数据库环境配置.......................................................................................10第4章系统总体概要设计.............................................................................................124.1系统总体结构框架............................................................