本科毕业论文(设计)基于Android平台的个人理财软件的设计与实现二级学院医药信息工程学院专业计算机科学与技术班级医学智能2011级(1)班学生姓名林彬健学号1107505151指导教师王鹤娴2015年3月诚信声明我声明,所呈交的毕业论文(设计)是本人在老师指导下进行的研究工作及取得的研究成果。据我查证,除了文中特别加以标注和致谢的地方外,论文(设计)中不包含其他人已经发表或撰写过的研究成果,也不包含为获得其他教育机构的学位或证书而使用过的材料。我承诺,论文(设计)中的所有内容均真实、可信。毕业论文(设计)作者(签名):年月日基于Android平台的个人理财软件的设计与实现【摘要】:个人理财管理系统是基于Android系统开发的一款手机应用程序。它主要是为了满足人们在快节奏的生活中可以随时记下自己的收支情况的需求。个人理财管理系统与传统的记账方式相比,体现了它的便捷性、安全性及可扩展性。系统采用Eclipse+AndroidDeveloperTools作为开发工具,以SQLite为数据库。系统功能包括:用户账户的注册、用户切换、用户名密码修改、账户删除,语音识别记账,收入信息的增删改,支出信息的增删改,收入类型的增删,支出类型的增删,收入信息分类统计,支出信息分类统计,收入支出总额统计,数据还原、清空等等。系统具有界面简洁鲜明、功能便捷易用、操作人性化等特征。【关键字】:收支管理;Android;SQLite;PersonalFinancialManagementSystemDesignandImplementationAbstract:PersonalfinancialmanagementsystemisbasedontheAndroidsystemdevelopedamobileapplication.Itismainlytomeetthosepeoplewhowanttowritedowntheirincomeandexpendituremorequicklyandconvenientlyinthefast-pacedlife.Comparedwiththetraditionalmethod,Personalfinancialmanagementsystemreflectsmoreconvenience,securityandscalability.Especiallyinthisdayandage,peopleareonthesideofthephone.SystemusesEclipseandAndroidDeveloperToolsasadevelopmenttoolandSQLiteasthedatabase.Androidtechnologyisnowverymature,wecaneasilydevelop.PersonalFinancialManagementSystemofthemainfunctionalmodules,including:useraccountregistration,userswitching,usernamepasswordchanges,accountdeletion,Incomeinformationmanagement,Expenditureinformationmanagement,voicerecognitionaccounting,Typeofincomemanagement,ExpenditureTypeManager,Incomeinformationclassificationstatistics,expenditureinformationclassificationstatistics,totalincomeandexpenditurestatistics,Datareduction,dataemptiedandsoon.Thesystemhasasimpleandclearinterface,easy-to-usefeatures,user-friendlyoperationandotherfeaturesKeywords:Revenueandexpendituremanagement;Android;SQLite;目录1绪论...........................................................................................................................11.1选题背景.........................................................................................................11.2课题研究的目的和意义.................................................................................11.3国内外现状和发展趋势.................................................................................12设计开发所用到的工具和技术................................................................................32.1系统开发工具.................................................................................................32.2Android的介绍.............................................................................................32.3Eclipse的介绍.............................................................................................42.4SQLite的介绍...............................................................................................53系统需求分析............................................................................................................63.1需求分析.........................................................................................................63.2可行性分析....................................................................................................63.2.1系统可行性.........................................................................................63.2.2技术可行性.........................................................................................63.2.3经济可行性.........................................................................................73.3系统功能模块.................................................................................................74系统总体设计............................................................................................................94.1系统总体设计分析.........................................................................................94.2系统流程图.....................................................................................................94.3系统特点........................................................................................................94.4数据库设计..................................................................................................104.4.1tb_account(账户表).................................................................1104.4.2tb_income(收入信息表)...........................................................1104.4.3tb_pay(支出信息表)...................................................................114.4.4tb_ptype(支出类型表)...............................................................124.4.5tb_itype(收入类型表)...............................................................125系统详细设计与实现..............................................................................................135.1主界面设计..................................................................................................135.2收入/支出插入数据界面.............................................................................165.3语音记账界面..............................................................................................215.4类别维护界面..............................................................................................315.5收入/支出统计界面...................