I have a broadcast receiver which receive an internet state changes.
I want to be able to have a list of listeners in this receiver and to update the state of the internet in each one of them...
My problem that every time the receiver is called by the system, it makes a new instance of my class, and can't be referenced to the list of receivers I've created.
what's the best way of solving it?
Try push notification system and if you want to have list of users try also UrbanAirShip.