一个简单易用的记帐本APP,包含了如下功能:
- 当日支出记账,当日收入记账功能,收入和支持分别有不同的可选类别
- 显示出某月的支出时间轴,简单直观的看出钱都花到了哪里
- 对于历史收入和支出的记账信息进行编辑和删除
- 使用饼状图按照不同的分类显示某月收入的来源
- 使用饼状图按照不同的分类显示某月的支出的去向
- 使用折线图来显示某年中每个月支出的钱数,直观的展现哪个月花钱最多
- 等其他相关功能
使用sqlite数据库进行数据存储,使用了简单高效的查询sql对数据库进行处理,获得更好的查询效率。
minSdkVersion 15
This is a easy-to-use money management APP, includes some features:
- Expenditure and income on that day. expenditure and income have different types of classification.
- Showing expenditure of one month by timeline, so it's show where their money goes intuitively.
- Providing edit and delete function for historical Expenditure and income.
- Using pie chart to showing one month income by different type.
- Using pie chart to showing one month expenditure by different type.
- Using line chart to showing expenditure of every month in one year, showing Which month spending the most intuitively.
- and some other functions
Using Sqlite to store data in the APP, and using easy and efficient sql to query in database for better query performance.