基于Android平台的电子商城设计与实现摘要随着移动电子商务的快速发展,传统互联网企业的移动化是当前和未来的必然趋势。近几年电子商务得到了快速的发展,通过移动互联网进行交易己成为一种潮流,面向的群众不止于年轻人还有中年人,便产生了具有巨大发展潜力的移动电子商务服务各种群众进行网上购物。本毕业设计基于应用需求,设计并实现基于Android平台的电子商城设计与实现。本系统使用Eclipse作为Android客户端开发工具,MyEclipse作为Web服务器端开发工具,Tomcat7作为服务器,HTTPS作为客户端与服务器连接的主协议,由Web服务器为客户端提供数据支持服务,Android客户端为用户提供APP应用,客户端主要功能包括:注册账号功能、登陆功能、商品浏览功能、购物车功能、订单功能,Web服务端功能包括:管理员登陆功能、用户管理功能、商品管理功能、订单管理功能。经测试,系统各项功能稳定,达到设计要求。本设计说明从软件需求分析、数据库设计、详细设计和技术实现等方面阐述了系统设计。最后总结了开发过程中遇到的一些问题和不足,以及下一步进行功能改进和性能提升的方向。关键词:电子商城;移动互联网;Android;网上购物IDesignandImplementationofElectronicMallBasedonAndroidPlatformABSTRACTWiththerapiddevelopmentofmobilee-commerce,themobilityoftraditionalInternetenterprisesisaninevitabletrendatpresentandinthefuture.Inrecentyears,e-commercehasdevelopedrapidly.TransactionthroughmobileInternethasbecomeatrend.Itisnotonlyforyoungpeoplebutalsoformiddle-agedpeople.Ithasproducedmobilee-commerceserviceswithgreatpotentialfordevelopmentandvariouspeopletoshoponline.Thisgraduationprojectisbasedontheapplicationrequirements,anddesignsandimplementsanelectronicmallbasedonAndroidplatform.ThissystemusesEclipseasAndroidclientdevelopmenttool,MyEclipseasWebserverdevelopmenttool,Tomcat7asserver,HTTPSasthemainprotocolbetweenclientandserver,Webserverprovidesdatasupportserviceforclient,AndroidclientprovidesAPPapplicationforuser.Themainfunctionsofclientinclude:registrationaccountfunction,loginfunction,merchantfunction.Productbrowsingfunction,shoppingcartfunction,orderfunction.Webserverfunctionincludesadministratorloginfunction,usermanagementfunction,commoditymanagementfunction,ordermanagementfunction.Aftertesting,thefunctionsofthesystemarestableandmeetthedesignrequirements.Thisdesigndescriptiondescribesthesystemdesignfromtheaspectsofsoftwarerequirementanalysis,databasedesign,detaileddesignandtechnicalimplementation.Finally,someproblemsandshortcomingsencounteredinthedevelopmentprocessaresummarized,aswellasthedirectionoffunctionalimprovementandperformanceimprovementinthenextstep.Keywords:Electronicmall;MobileInternet;Android.OnlineshoppingII目录第一章绪论............................................................................................11.1研究背景与意义..............................................................................................11.2国内外发展状况..............................................................................................11.3主要研究内容..................................................................................................31.4开发环境及开发工具......................................................................................4第二章需求分析......................................................................................52.1可行性分析......................................................................................................52.2系统需求分析....................................................................