mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 353 forks source link

Is it possible track user on background always? #192

Open matghazaryan opened 7 years ago

matghazaryan commented 7 years ago

I am wondering is that possible to track user every time even your app not running time to time?

brezinajn commented 7 years ago

Sure. Just do it in service :) You can for example increase precision and pooling rate when service is attached to activity (app is running) and vice versa.