Files
Budgeteer/README.md

10 lines
547 B
Markdown
Raw Permalink Normal View History

2022-07-06 14:46:38 -05:00
# Budgeteer
2022-07-06 15:32:23 -05:00
Simple Android App Allowing Expense Tracking, Final Project for CS50x 2020
2022-07-06 15:27:27 -05:00
I have included the src folder, along with the Android Studio debug APK, as the rest is unnecessary.
2022-07-06 15:02:11 -05:00
2022-07-06 15:13:01 -05:00
# 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.
2022-07-06 15:02:11 -05:00
# Implementation
Uses a DAO to interface between a list activities containing expenditures and categories and a database storing all these.