优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于安卓Android系统的个人财务管理应用程序APP设计

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于安卓Android系统的个人财务管理应用程序APP设计(任务书,开题报告,论文说明书10100字,程序代码)
摘  要
随着移动客户端和互联网的普及,Android客户端的使用已经渗入到各行各业当中,手机成为了人们的随身物品。基于Android的个人财务管理应用可以方便人们随时随地记录自己的收支情况并进行统计和管理。
论文主要研究了个人财务管理系统的需求及可行性,并对设计过程进行了详细系统的介绍。本文分析了系统的功能性及非功能性需求,对各个功能模块进行了详细的说明和设计,对其中遇到的各方面问题进行了分析和解决,并对最终产品进行了测试和改进。设计的系统界面简洁,可操作性强,基础功能齐全。
研究结果表明:系统的各个功能模块设计合理,操作体验较好,产品基本达到要求,能达到用户满意度。
本文的特色:对系统的介绍详细清晰,能够对需求、可行性、具体设计等方面分析到位,能够对最终产品进行客观全面地评价,并进行总结。
关键词:个人财务管理管理应用程序;Android;Java;SQLite

Abstract
With the mobile client and the popularity of the Internet, use Android client has infiltrated all walks of life to them, mobile phones become the people's belongings. Android-based personal financial management application can be easy for people to record their income and expenses from anywhere and statistics and management. [资料来源:http://THINK58.com]
Thesis, the demand and feasibility for personal financial management system, and the design process is described in detail the system. This paper analyzes the functional and non-functional requirements of the system, the various functional modules described in detail and design, problems encountered in all aspects which are analyzed and solutions, and the final product has been tested and improved. Designed system interface is simple and easy to operate, fully functional basis.
The results show that: the various functional modules of the system design is reasonable, better operating experience, the product basically reached the requirements, to achieve customer satisfaction.
Features of this paper: to introduce the system in detail clear, able to demand, feasibility, design and other aspects of the specific analysis in place, the final product can be objectively and comprehensively evaluated and summarized.
Key Words:Personal Financial Management Applications; Android;Java;SQLite [资料来源:THINK58.com]

功能性需求
系统的功能需求主要有:添加,明细查看,账户收支查看,报表,提醒,同步,设置。
1.添加
添加为必须的基本功能,用户可以选择添加的基本类型,并输入添加的内容和费用,选择添加的时间及账户类型。
2.明细查看
该功能主要以列表的形式展现出资金的流动历史。我们可以在里面详细地看到记录的时间,内容以及资金情况。
3.账户收支查看
在添加账单时我们选择了资金的类型,因此在这个页面,我们统计出各个账户类型的收入及支出,更好地便于用户了解自己的资金持有情况。
4.报表
这个功能通过折线图,饼状图,柱状图的表现形式,能让用户更直观地了解到本月的资金使用情况。
5.提醒
这个功能可以每日定时提醒用户记账,以免有些用户因某些原因忘记记账而使资金对不上,甚至使记录情况有误。
6.同步
用户可以通过注册登录账号获得一个专属于自己的身份,系统会在有条件时将用户的数据同步至服务器,当用户使用另一个android系统时,用该账号密码登录即可将原来的信息从服务器同步至客户端。
 

[来源:http://www.think58.com]

基于安卓Android系统的个人财务管理应用程序APP设计
基于安卓Android系统的个人财务管理应用程序APP设计
基于安卓Android系统的个人财务管理应用程序APP设计


目  录
第1章 绪论    5
1.1 研究背景    5
1.2 国内外研究现状    6
1.3 Android介绍    7
1.4 课题研究内容    7
第2章 需求分析    8
2.1 需求分析    8 [资料来源:THINK58.com]
2.1.1 业务需求    9
2.1.2 用户需求    9
2.1.3 功能性需求    9
2.1.4 非功能性需求    10
2.2 可行性分析    11
第3章 系统总体设计    11
3.1 系统架构    11
3.2 总体设计    12
3.2.1 系统流程设计    12
3.2.2 交互界面设计    13
3.2.3 数据库设计    14
3.2.4 程序模块设计    15
第4章 系统具体设计    16
4.1 客户端具体实现    16
4.1.1 交互界面文件及其用途    16
4.1.2 Java工程文件及其用途    16
4.2 服务器端实现    25
4.2.1 数据接口功能    26
4.2.2 数据接口格式    26
4.4.3 数据通信安全性    27
4.4.4 数据同步策略    29
第5章 运行和测试    30
5.1 运行结果    30

[来源:http://www.think58.com]

5.2测试结果    34
第6章 总结    35 [资料来源:THINK58.com]