How to handle Location Listener updates inside a Service in Android?
I am working on an app that should get accurate user location continuously if user is inside a specific zone. The location updates should be saved on a server (Parse.com) so other users can get the current location of the user. The flow is: Application onCreate --> start Service with LocationListener --> onLocationChanged --> save new location on Parse.com --> Parse.com Cloud afterSave method send push notification to users --> other users get notifications via broadcast reciever --> update user marker on map <-- Questions: I am not sure about how to implement step 4, should I save the new