Hi, I wonder if anyone can help me please. I'm making a simple weather app, the main purpose is to warn me the night before, if the weather will be icy, wet etc overnight or in the morning.
It all works fine in the app itself, parsing the weather info etc, so now I want to make the notification build when the service is called. I've generally just copied the working code from the app and built it in the notification receiver, but the location isn't being found.
I have this -
In the app this then calls onConnected, but in the service it doesn't. What do I need to change in the service to get the location just the once?
Thanks
