Update README.md

This commit is contained in:
Aditya Pulipaka
2022-07-06 15:02:11 -05:00
committed by GitHub
parent 2aabac2b07
commit 0a31c8ab1a

View File

@@ -1,2 +1,5 @@
# Budgeteer # Budgeteer
Simple Android App Allowing Expense Tracking Simple Android App Allowing Expense Tracking
# Implementation
Uses a DAO to interface between a list activities containing expenditures and categories and a database storing all these.