Update README.md

This commit is contained in:
Aditya Pulipaka
2022-07-06 15:13:01 -05:00
committed by GitHub
parent 92d30be5d0
commit 160fdc82d8

View File

@@ -2,5 +2,8 @@
Simple Android App Allowing Expense Tracking Simple Android App Allowing Expense Tracking
I have included the src folder, along with the Android APK, as the rest is unnecessary. I have included the src folder, along with the Android APK, as the rest is unnecessary.
# Info
This app provides the user with some base functionality for inputting their expenses and the categories in which they are spending money. The app shows a clear summary on the totals being spent on each area.
# Implementation # Implementation
Uses a DAO to interface between a list activities containing expenditures and categories and a database storing all these. Uses a DAO to interface between a list activities containing expenditures and categories and a database storing all these.