毕业论文(设计)基于android平台的巴士服务系统的设计与实现.docx
基于Android平台的巴士服务系统的
设计与实现
摘要
随着人们的生活条件的提高,对一些服务的需求变得愈发的强烈,电子商务就是通过运用网络技术,进行各种远程贸易,例如网上购物、电子支付等方式。而现在的电子商务已经从PC端逐步向着移动端发展,将原先通过Web进行的业务,搬到更为方便的移动端进行。
毕业课题是巴士管家App的设计与实现,本文中介绍了开发过程中用到的一些Android应用程序的开发技术,对于不同的模块需求进行了不同的需求分析,在Eclipse中使用Java进行编码,最终实现巴士管家App,其中包括了车次查询、车票确定、订单支付、车票改签等模块。
关键词:Android;巴士管家;电子商务
DesignAndImplementationofTheBus
ServiceSystemBasedonAndroid
Abstract
Withtheimprovementofpeopleslivingconditions,thedemandforsomeservicepropertieshasbecomeincreasinglystrong,isthroughtheuseofnetworktechnology,electroniccommercetotradeundertheconditionoffaceless,likeonlineshopping,electronicpayment,etc.NowfromthePCtomobileelectroniccommercedevelopment,theoriginalbusinessincableontheweb,movedtothemobileterminalismoreconvenient.
ThisisthedesignandimplementationofbushousekeeperApp,thepaperdescribesthedevelopmentprocessusedinsomeoftheandroidapplicationdevelopmenttechnology.Modulesforthedifferentneedsofdifferentrequirementsanalysis,usingJavacodingineclipse,ToachievethebushousekeeperApp,includingtripsquerymodule,determinationmoduletickets,orderpaymentmodule,Mealticketsmodulesandothermodules.
Keywords:Android;Bushousekeeper;Theelectroniccommerce
TOC\o1-5\h\z\oCurrentDocument前言 II-1
1.1选题背景 II-1
\oCurrentDocument2本文的基本内容介绍 II-2
2. 1论文工作 II-2
2. 1论文结构安排 II-2
3研究内容 II-2
\oCurrentDocumentAndriod及相关技术 II-2
\oCurrentDocument1移动平台的国内外应用现状 II-2
2SDK简单介绍 II-3
3Android应用程序组件 II-3
2.4Socket网络通信 II-5
\oCurrentDocument需求分析 II-7
1可行性分析 II-7
1. 1技术可行性分析 II-7
1. 2经济可行性分析 II-7
2功能分析 II-7
3数据分析 II-8
\oCurrentDocument巴士管家App设计 II-8
1概要设计 II-8
\oCurrentDocument2流程介绍及模块设计 II-8
3系统数据库设计 11-10
\oCurrentDocument4.4系统开发环境以及运行环境 11-11
5App 的实现 11-12
5. 1登录/注册界面 11-12
4.5. 2 主界面 11-13
4.5. 3车票查询界面 11-14
4.5.4查询结果界面 11-15
4.5. 5订单确定界面 11-17
4.5. 6确认支付界面 11-18
4.5. 7已完成订单界面 11-19
\oCurrentDocument系统测试