AndroidLocationStarterKit icon indicating copy to clipboard operation
AndroidLocationStarterKit copied to clipboard

Results 6 AndroidLocationStarterKit issues
Sort by recently updated
recently updated
newest added

This is a demo to show how we can count good locations before allowing user to track their locations. Here is the step ## 1. Add a varibale `goodGpsCount` to...

This is a demo to show how we can count good locations before allowing user to track their locations. Here is the step ## 1. Add a varibale `goodGpsCount` to...

In the newer versions of android. The app needs to have a notification showing with the priority of either LOW or HIGH or the app won't run in background.

Hey... Thanks for sharing the code... I wanted to know if you figured out how to add velocity here: https://github.com/mizutori/AndroidLocationStarterKit/blob/6445808a034578f278af4fc3ab2773a4af3d0345/app/src/main/java/com/goldrushcomputing/androidlocationstarterkit/KalmanLatLong.java#L79 The value "Q_metres_per_second" has the current speed, you assign it...

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.user.ettalocation, PID: 20427 java.lang.NullPointerException: Attempt to invoke virtual method 'void com.example.user.ettalocation.LocationService.stopLogging()' on a null object reference at com.example.user.ettalocation.MainActivity$5.onClick(MainActivity.java:187) at android.view.View.performClick(View.java:5265) at android.view.View$PerformClick.run(View.java:21534) at android.os.Handler.handleCallback(Handler.java:815) at...