基于android手机理财系统的设计与实现论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
当今社会越来越朝着信息化和数字化发展,手机的应用使我们的生活越来越方便和快捷,面向个人的应用软件也成为了人们重要的助手。并且,随着市场经济的发展,我国居民对理财有着越来越高的要求。理财,是每个家庭和个人所必须面对的问题。
本文就是阐述了基于Android的理财系统的开发。Android安装于支持Android系统的PPC设备上。在充分发挥移动设备的便携性上,考虑了理财领域的现状和未来的发展,并作了有益的探索和试验。
在系统的实现过程中,采用面向对象的设计与开发方法,在Android环境下,使用JA V A编程语言并结合SQLLITE 数据库开发的一个个人理财系统。整个过程首先从系统的可行性分析和系统的需求分析入手,然后实现系统各个主要模块的具体功能以及数据库的设计,最后完成对系统的测试与结果分析。
基于Android的理财系统的主要包括备忘录、财经新闻模块、利率计算模块、计算器模块、收支管理模块、自选股以及讨论交流模块。关键词手机、Android、理财系统、数据库
Abstract
With the development of information and digital technology, the application of mobile phone makes our life more and more convenient and quick. And, with the development of market economy, the residents of our country have more and more high demand for financial management. Financial management is a problem that every family and individual must face.
This paper describes the development of financial management system based on Android. Android is installed on PPC devices supporting Android system. Taking full advantage of the portability of mobile devices, we consider the current situation and future development of the field of financial management, and make a useful exploration and experiment.
In the realization of the system, using object-oriented design and development methods, in the Android environment, the use of JA V A programming language and SQLLITE database development of a personal financial system. The whole process starts from the feasibility analysis and demand analysis of the system, and then realize the specific function of each of the main modules of the system and database design, finally completed the test and the analysis results of the system.
Android based financial management system mainly includes the memorandum, the financial news module, the interest rate computation module, the calculator module, the revenue and expenditure management module.
Keywords mobile phone,Android,financial management system,database
目录
第1章前言 (1)
1.1背景 (1)
1.2国内外研究现状 (1)
1.3本文结构安排 (2)
第2章系统技术概述 (3)
2.1E CLIPSE简介 (3)
2.2S QLLITE简介 (3)
2.3J A VA简介 (4)
第3章需求分析 (5)
3.1可行性分析 (5)
3.1.1 技术可行性 (5)
3.1.2 经济可行性 (5)
3.1.3 时间可行性 (5)
3.1.4 操作可行性 (6)
3.2系统总体功能需求分析 (6)
3.3各功能模块需求分析 (7)
3.3.1 用户登录功能模块 (7)
3.3.2 收支管理功能模块 (8)
3.3.3 自选股管理功能模块 (9)
3.3.4 备忘录功能模块 (10)
3.3.5 资讯功能模块 (11)
3.3.6 讨论区功能模块 (12)
3.4本章小结 (13)
第4章系统设计 (14)
4.1系统功能设计 (14)
4.2系统数据库设计 (14)
4.2.1 概念结构设计 (14)
4.2.2数据字典设计 (16)
4.3各功能模块设计 (17)
4.3.1系统登陆功能模块设计 (17)
4.3.2备忘录功能模块设计 (18)
4.3.3收支管理功能模块设计 (19)
4.3.4财经新闻功能模块设计 (20)
4.3.5自选股功能模块设计 (21)
4.3.6讨论区功能模块设计 (22)
4.4本章小结 (23)
第5章系统实现 (24)
5.1系统登陆功能设计 (24)
5.2计算器功能设计 (25)
5.3备忘录管理功能设计 (26)
5.4财经新闻管理功能设计 (27)
5.5收支管理功能设计 (28)
5.6自选股功能设计 (29)
5.7本章小结 (30)
第6章系统测试 (31)
6.1测试概述 (31)
6.2测试用例 (31)
6.3本章小结 (34)
第7章总结与展望 (35)
7.1总结 (35)
7.2展望 (35)
结束语 (36)
参考文献 (37)
致谢 (38)