Balance Manager

A screenshot of the history view in Balance Manager.

About

Balance Manager is an app that I and three other students created in the course TDP025.

Our goal with the app was to create a simple tool for personal budgeting. The app is extremely bare bones and contains the essential functionality we wanted to implement:

  • Adding new accounts
  • Adding money to accounts
  • Subtracting money from accounts (i.e. making a purchase)

We used SQLite for data storage as it is already available in Android as well as being easy to use.

Vessel was used for taking a look at how split testing works. As we were running out of time towards the end, the only test we made alternated a text within the settings.

Check out the source code here.