In my app I have an activity and a service... The service will broadcast messages gathered from data from GPS... The Activity should receive the broadcast messages and updat
There are three obvious ways to communicate with services
services
Using Intents. Using AIDL. Using the service object itself (as singleton).