Android

Background Location Updates on Android

In my previous blog, I mentioned my first task about removing the AlarmManager/LocationManager approach we were using and replace it with new Location APIs that were announced at Google I/O last year. Note: If you are unaware about using Google location api in the foreground, Please firstly read the previous blog. This method was...

by Himanshu Singh
Tag: fused location api
24-Jul-2014

Android

Google’s Fused Location API for Android

For android applications, the Fused Location Provider intelligently manages the underlying location technology and gives us the best location according to our needs. We could choose one of the location providers (network or GPS) and request location updates or set up proximity alert. But there were two main challenges with this...

by Himanshu Singh
Tag: fused location api
17-Jul-2014