Basic Banking App
The basic banking app was made as a task for The Sparks Foundation Intern #GRIBJULY22.
Requirments:
- Create a simple mobile app which has the following specs.
- Start with creating dummy data in mobile (sq lite) database for upto 10 users.
- User table will have basic fields such as name, email, current balance etc.
- Transfers table will record all transfers happened.
- Flow: Home Screen > View all Customers> Select and View one Customer> Transfer Money> Select customer to transfer to > View all Customers.
- No Login Page. No Customer Creation. Only transfer of money between multiple customers.