I'm using MVP model to develop a finance management app in Android Studio. I have two spinners and some kind of month picker (so to speak) to show transactions that have happened in that month.
So it's gonna have a lot of business logic and I was curious is it okay to have more than one presenter instance in one Activity.
One for account management, one to list all the transactions and one for the month picker logic.