Android App for MyFin - Personal Finances Manager platform
MyFin originated as my own passion project in 2020. At that point, I'd already tried a bunch of other FPM's, but all of them lacked in atleast one of the following points:
- They were not user-friendly
- Their features lacked a full-fledged budgeting tool
- I was never in control of my own data
MyFin is my attempt to solve all of these issues. It has helped me manage my finances for a while now and I hope it can be useful for you as well.
Here are the main features of MyFin:
- Authentication - Full-fledged authentication system integrated with the MyFin API, with support for fingerprint auth
- Transactions - You can see and filter through all your transactions
- Accounts - You can track all of your accounts, including their transactions and balances
- Budgets - Taking a Boonzi-style approach to budgeting, our budget tool allows you to budget for your present and future, month by month
- Stats - this one's for the data nerds. Here you have an overview of your patrimony's evolution across each month and get a forecast of your financial future for the years to come
Here's some of the features currently in development or planned for the near future:
- Goals - Record and keep track of your goals to keep yourself motivated at all times
- Better Account Management - allowing the user to change its data (email, profile photo...)
- Better Stats - add more complex & interesting stats
- Investing - add a module specific to keeping track of your investments
- & much more...
- 100% in Kotlin
- Standard MVVM arch
- Dependency Injection w/ Dagger-Hilt
- Retrofit for HTTP communication with MyFin API
- Room DB (encrypted with SQLCypher) & EncryptedSharedPreferences for local data persistence
- Jetpack-focused (including Jetpack Navigation for navigation flows)
This mobile app is already available on Play Store for closed testing and will be available shortly for the general public. For a demo, you can use the following auth data:
- Username: demo
- Password: demo
This was never meant to be anything other than a little passion project of mine. However, if you're interested in taking this project and make it your own or add something to it, you're more than welcome to do so. Just get in touch :)