Skip to content

Instantly share code, notes, and snippets.

View cyrixmorten's full-sized avatar

Morten Midtgaard Rasmussen cyrixmorten

View GitHub Profile
@cyrixmorten
cyrixmorten / FucedLocationTracker.java
Created October 23, 2015 13:37
ReactiveLocation in Service
public class FusedLocationTrackerService extends InjectingService {
private static final String TAG = FusedLocationTrackerService.class.getSimpleName();
public FusedLocationTrackerService() {
}
public static void start(Context context) {
Log.e(TAG, "startGPSTrackerService");