Skip to content Skip to sidebar Skip to footer

Alternatives For Pushing Data From An Android Service To An Activity

I've a service that is receiving UDP data from the network. I want to push this data from the service to a UI activity. One way to do it is using broadcast Intents. What is the p

Solution 1:

Not sure of the overhead of Broadcasting Intents but a topic similar to this was discussed a few days ago.


Post a Comment for "Alternatives For Pushing Data From An Android Service To An Activity"