中文摘要在互联网技术迅速发展的形式下,人们的生活节奏逐步信息化。移动终端的Android系统正在悄无声息的改变人们的生活方式,更多的人选择足不出户地在手机上自助购买电影票。本文基于Android平台,结合移动终端和影院,对在线电影购票系统进行了研究。本文首先介绍了在线电影购票的研究背景及现状,论述了本课题的研究意义,进行了系统需求分析,总体设计,详细功能设计与系统测试等。该系统在订票客户端实现了用户注册、用户登录、用户个人中心、电影详情浏览、影院场次选择、座位选择、支付购票、电影评价等功能。在实现功能的过程中,通过自定义View优化了选座界面,利用JAVADB数据库设计服务器端。本次开发的系统界面简单大方,操作便捷,高可用性。关键词电影购票系统,移动终端,Android,自助外文摘要TitleCarolineMovieTicketingSystemBasedonAndroidAbstractIntheformoftherapiddevelopmentofInternettechnology,thefrequencyofmodernpeopleisconstantlyinformatization.Themobileterminal'sAndroidsystemisquietlychangingpeople'slifestyles,andmorepeoplechoosetoself-ordermovieticketsonthephonewithoutleavingthehome.ThisarticleisbasedontheAndroidplatform,combinedwithmobileterminalsandtheaters,ontheonlinemovieticketingsystem.Thisarticlefirstintroducestheresearchbackgroundandstatusofonlinemovieticketpurchase,discussestheresearchsignificanceoftheproject,andanalyzesthesystemrequirements,overalldesign,specificfunctionalrequirementsdesignandsystemtesting.Thesystemalreadyhassomefeaturessuchasuserregistration,userlogin,userpersonalcenter,moviedetailsbrowsing,cinemascreeningselection,seatselection,paymentticketpurchase,andmovieevaluationintheticketingclient.Intheprocessofimplementingthefunction,theselectioninterfaceisoptimizedthroughthecustomview,andtheserversideisdesignedusingtheJAVADBdatabase.Thedesignofsysteminterfacestyleisverysimpleandbeautiful,withconvenientoperationandhighavailability.KeywordsMovieticketingsystem,mobileterminal,Android,self-service目录1引言.....................................................................................................................................11.1课题的研究背景..............................................................................................................11.2课题的研究目的及意义..................................................................................................11.3课题的研究现状..............................................................................................................22系统分析.............................................................................................................................32.1可行性分析......................................................................................................................32.2功能需求分析..................................................................................................................42.3性能需求分析..................................................................................................................93系统总体设计...................................................................................................................113.1系统环境........................................................................................................................113.2系统整体框架................................................................................................................113.3系统功能概述....................................................................