《基于Android的个人记账本的设计与应用》《DesignandapplicationofpersonalaccountbookbasedonAndroid》内容摘要随着时代的不断发展,如今的社会人们的经济消费愈加多样化,人们愈加需要管理自己的财物情况,因此出现了各种各样的理财工具,而寻求一款适用于当今人们的app成为一个难题。在本文中,针对当今人们消费的情况以及对app所需要的功能体验作出了一系列调研和总结。在一开始,对记账app进行了功能需求以及用户体验调查,并且对当今国内市场上的流行的许多种app进行比对。结合了我国市场需求,发现了国内的人们更加需要一款视觉更加直观,操作更加便捷的app进行理财管理。因此按照市场所需进行了软件的开发设计,按照大学所学Android知识并且参照百度相关资料进行了此app的开发,此系统分层围绕用户界面和服务进行设计和实现,以用户体验为设计主题对界面进行优化。此外使用了当下最流行适用的云端数据库,把相关的消费数据从云端进行存取,减少了后端开发所需的工作量,为设计美观的界面流出更多时间。最后,对系统进行测试以满足用户的特定需求,给用户一个完美的使用体验。关键字:移动开发android系统记账AbstractWiththecontinuousdevelopmentofTheTimes,people'seconomicconsumptionintoday'ssocietyisincreasinglydiversified,andpeopleneedtomanagetheirownfinancialsituationmoreandmore,sothereareavarietyoffinancialtools,andithasbecomeaproblemtofindanappsuitablefortoday'speople.Inthispaper,aseriesofsurveysandsummariesaremadeonpeople'sconsumptionandthefunctionalexperiencerequiredbyapp.Atthebeginning,thefunctionalrequirementsanduserexperienceofaccountingappwereinvestigated,andmanypopularappsinthedomesticmarketwerecompared.CombinedwiththemarketdemandinChina,wefoundthatpeopleinChinaneedamorevisualandconvenientappforfinancialmanagement.Therefore,thedevelopmentanddesignofthesoftwarearecarriedoutaccordingtothemarketdemand,thedevelopmentoftheappiscarriedoutaccordingtotheknowledgeofAndroidlearnedintheuniversityandtherelevantmaterialsofbaidu.Thesystemisdesignedandimplementedinlayersaroundtheuserinterfaceandservices,andtheinterfaceisoptimizedwiththeuserexperienceasthedesigntheme.Inaddition,themostpopularandapplicableclouddatabaseisusedtoaccessrelevantconsumptiondatafromthecloud,whichreducestheworkloadrequiredforback-enddevelopmentandleavesmoretimeforthedesignofbeautifulinterface.Finally,thesystemistestedtomeetthespecificneedsofusers,givingusersaperfectexperience.Keywords:mobiledevelopmentandroidsystembilling目录第一章前言..........................................................................................11.1课题背景及意义........................................................................11.1.1课题背景...........................................................................11.1.2课题意义...........................................................................21.2基于Android平台的个人记账系统概述.................................21.3记账app国内外研究状况.........................................................31.3.1国外研究现状...................................................................31.3.2国内研究现状...................................................................41.3.3解决方案...........................................................................41.4课题的主要工作........................................................................51.5本论文组织结构........................................................................6第二章系统关键技术..........................................................................72.1Android简介.........