This simple app was made for assignment 1 in the course "Mobile and Wearable Programming - IMT3673"
This app is for friends to track bills and other shared expenses, so that everyone gets paid back. The application consists of 3 views:
The Main View consists from these things:
- Total amount of all added expense
- Average amount
- Table of expenses that consist three columns(person name, amount and description for what he paid for)
- Button to add new expense
- Button to settle debts
The Data Entry view consists of three inputs that must be filled in order to add new expense.
This view is to display the transactions between members of the group in order that everyone gets paid back.