四川大学锦城学院本科毕业论文基于Android手机平台的3G航空订票系统I基于Android手机平台的3G航空订票系统专业:电子信息工程(信息工程)学生:邓钦升指导老师:周红摘要由于受到时间、空间的限制,传统的订票方式已经远远不能满足大众的需求,市场急需一种方便快捷的交易查询方式。如今Android操作系统的使用越来越广泛,已经和ios不相上下。在此背景下,本文使用Java编程语言,结合Android手机平台环境开发了一个3G航空订票系统。该系统实现了航班查询、机票预定、订单管理、订单支付、网点查询、会员里程查询、动态航班查询、订阅消息等功能,较全面地涵盖了航空订票方面的所有的业务需求。通过该系统用户可以直接通过手机或上网本等智能移动设备随时随地地访问数据库,完成航空订票、查询等操作,省去了去柜台进行交易、咨询的麻烦。经多次实践证明,该系统界面美观,操作便捷,功能完备,实用性强,在实际中可以投入使用。关键词:Android3GJava航空订票系统四川大学锦城学院本科毕业论文基于Android手机平台的3G航空订票系统IIThe3GmobileplatformbasedonAndroidairlinereservationsystemsMajor:这写专业(这写方向)Student:DengQinshengSupervisor:ZhouHongAbstractDuetotherestrictionsoftime,space,thetraditionalbookingwayalreadyfarfrommeetingtheneedsofthemarketurgentlyneededpublic,afastandconvenientwayoftradinginquires.NowAndroidoperatingsystem,hasbeenmorewidespreaduseofneck-and-neckwithios.Inthisbackground,thispaperuseJavaprogramminglanguage,combinedwithAndroidmobileplatformenvironmentdevelopeda3Gairlinereservationsystem.Thesystemachievedflightinquiry,air-tickets,ordermanagement,orderpayment,networkinquiry,membermileageinquiry,dynamicflightinquiry,subscribetonewsandotherfunctions,amorecomprehensivecoverstheairlinereservationaboutallthebusinessrequirements.Throughthissystem,userscandirectlythroughmobilephonesortheInternetthisandothersmartmobiledevicestoaccessdatabaseanywhereatanytime,completeairlinereservation,inquiryandtelltheoperationtocountertrade,consultingtrouble.Afterrepeatedpracticeprovedthatthissysteminterfaceaesthetics,convenientoperation,functioncomplete,practicalstrong,canbeputintouseinpractice.Keywords:Android3GJavaAirlineReservationSystem四川大学锦城学院本科毕业论文基于Android手机平台的3G航空订票系统III目录1导论............................................................................................................................................11.1选题目的及意义................................................................................................................11.1.1选题背景.................................................................................................................11.1.2系统设计目标.........................................................................................................11.1.3论文思路与结构.....................................................................................................12Android的架构分析....................................................................................................................12.1Android特性.....................................................................................................................22.2Android平台架构.............................................................................................................32.2.1应用程序.................................................................................................................32.2.2应用程序框架.........................................................................................................32.2.3Android程序库........................................................................................................42.2.4Android运行环境....................................................................................................42.2.5Linux内核...............................................................................................................42.3Android应用程序组件.....................................................................................................42.3.1Activity.....................................................................................................................52.3.2Service......................................................................................................................62.3.3ContentProvider......................................................................................................62.3.4BroadcastReceiver...................................................................................................63系统功能介绍..............................................................................................................................63.1系统总功能框图...............................................................................................................63.2系统功能清单...................................................................................................................73.3系统一般限制...................................................................................................................73.4系统业务分工...................................................................................................................73.5本人模块功能介绍...........................................................................................................83.6C/S体系结构.....................................................................................................................83.6.1服务器端..................................................................................................................83.6.2客户端......................................................................................................................84数据库设计