基于Android的家庭记账本的设计与实现
摘要
随着时代的发展,手机已经越来越离不开人们的生活,而生活更离不开琐碎的开销。如何有效又明了的记录这些数据呢?家庭记账本是为安卓手机量身设计开发的一款App,为了方便记录家庭的平时开销,简单的操作,是为了父母能够简单的上手,使用这款App。比起老旧的记账方式,家庭记账本的优势显露无疑。
本文介绍了家庭记账本的开发的过程。家庭记账本使用Android Studio作为软件的开发平台,以SQLite为App记录数据。其主要功能点有:使用者个人的登录注册,用户切换,重置密码,收支记录的添加,修改,删除,便签功能,以及对收入支出的对比分析和统计。家庭记账本的界面设计清新,简洁,功能使用简单易学。
经过试运行,让家人朋友使用后,反馈效果较好,家庭记账本还是可以给人的带来便利的生活,具有推广的潜质。
关键词:记账本;收支管理;Android Studio; SQLite; Android
The design and implementation of family accountbook based on Android
ABSTRACT
With the development of the times, mobile phones have become increasinglyinseparable from the people's life, and life can not be separated from the trivialoverhead. How effective and clear records of these data?? family bookkeeping isfor Android phones tailored design and development of the app, for convenientrecord family flat overhead, simple operation is to parents can easily get started,using this app. Compared to the old ways of accounting, the household accountswith the very obvious advantages.
Family accounting of the development process are introduced in this paper.The family accounting system using Android studio as the development tool, theSQLite database. Its main function is: individual users to login, user switching,password reset, records of income and expenses of the add, modify, delete, notesfunction, and the revenue expenditure comparative analysis and statistical. Familyaccounting adopts an fresh and simple design style, features the use of simple andeasy to learn.
After a trial run, let family and friends to use, the feedback effect is better, thefamily account book or can give people the convenience of life, has the potential topromote.
Key words:Revenue and expenditure management; Android Studio; SQLite;Android;
TOC \o "1-5" \h \z \o "Current Document" —\ 绪论1
1.1研究的背景和意义1
1.1.1研究的背景1
1.1.2研究的意义1
1.2国内外研究现状1
1.3主要研究内容3
1.4运用到的技术3
Android Studio3
SQLite 数据库3
1.5文章的组织结构3
二、需求分析5
2.1功能性需求5
2.2非功能性需求5
2.3可行性分析5
2.3.1技术可行性