views:

19

answers:

0

Hi,

i have an app with 9 services and one service which manages them and it is kind of hard to manage them all with binders. I only need to call a funtion with the alarmmanager and i'm thinking of just using broadcasts. So the alarmmanager sends a broadcast and a service receives it and calls its funtion. I don't need to pass data between them. Is this the right way of using broadcasts?

And another question: Is it better to have 10 small services running or one big one?

Thanks in advance!