Android Question Starting A New Activity Stops Starter Service GPS Receiving

A Z M JANNAT UL KARIM

Member
Licensed User
Hi, I created an application with FusedLocationProvider which receives location data periodically. The location service code is in Starter Module. Problem is when I start an activity from Main, it stops receiving any data. I understand that the Main Activity goes background when another activity runs. How can I run the background GPS receiving even multiple activity runs? Thank you in advance :)
 
Top