资源描述:
《基于安卓的个人记账本系统的设计与实现——毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计中文题目基于安卓的个人记账本系统的设计与实现英文题目TheDesignandImplementationof PersonalAccountBasedonAndroidPlatfom院系:计算机与信息工程学院年级专业:软件(金融)姓名:学号:指导教师:职称:年月摘要I摘要摘要个人理财管理系统是基于Android系统开发的一款手机应用程序。它主要是为了满足人们在快节奏的生活中可以随时记下自己的收支情况的需求。个人理财管理系统与传统的记账方式相比,具有便捷性、安全性及可扩展性的特点。系统采用Eclipse+AndroidDeveloperTools作为开发工具,以SQLite为数据库
2、。系统功能包括:用户账户的注册、用户名密码修改、账户删除,收入信息的增删改,支出信息的增删改,收入信息分类统计,支出信息分类统计,收入支出总额统计,数据还原、清空等等。系统具有界面简洁鲜明、功能便捷易用、操作人性化等特征。关键词:Android;软件开发;个人理财管理系统I摘要1摘要1ABSTRACTABSTRACTThepersonalfinancialmanagementsystemisamobileapplicationdevelopedbasedontheAndroidsystem.Itismainlytomeetthosepeoplewhowanttowritedownthei
3、rincomeandexpendituremorequicklyandconvenientlyinthefast-pacedlife.Comparedwiththetraditionalmethod,Personalfinancialmanagementsystemreflectsmoreconve-nience,securityandscalability.Especiallyinthisdayandage,peopleareonthesideofthephone.SystemusesEclipseandAndroidDeveloperToolsasadevelopmenttoolan
4、dSQLiteasthedatabase.Androidtechnologyisnowverymature,wecaneasilydevelop.PersonalFinancialManagementSystemofthemainfunctionalmodules,including:useraccountregistration,userswitching,usernamepasswordchanges,accountdeletion,Incomeinformationmanagement,Expenditureinformationmanagement,Notesmanage-men
5、t,Typeofincomemanagement,ExpenditureTypeManager,Incomeinformationclassificationstatistics,expenditureinformationclassificationstatistics,totalincomeandexpenditurestatistics,Datareduction,dataemptiedandsoon.Thesystemhasasimpleandclearinterface,easy-to-usefeatures,user-friendlyoperationandotherfeat
6、ures.KeyWords:Android;Softwaredevelopment;PersonalfinancialmanagementsystemII目录IV目录目录第1章引言11.1研究背景11.2国内外发展现状11.3本章小结2第2章主要理论和技术路线32.1Android软件开发基本技术32.2Android软件开发关键技术32.3本章小结4第3章需求分析53.1系统概述53.2需求概述53.3系统结构63.4系统各项功能描述73.5本章小结11第4章系统设计124.1系统结构124.2时序图124.2.1用户登录124.2.2用户记账134.2.3用户查询134.3类图134
7、.3.1账目信息类144.3.2用户信息类144.4数据154.5本章小结16第5章系统实现175.1各模块功能实现175.1.1登录模块实现175.1.2注册模块实现175.1.3主界面模块实现185.1.4饼状图模块实现195.1.5账目记录以及账目修改模块实现195.1.6账目明细模块实现205.2数据库实现215.3本章小结21第6章系统测试236.1范围236.1.1系统概述236.1.2测试方案236.2功能测试23IV