BloopApp / Bloop

Capture the flag gone global.
MIT License
3 stars 0 forks source link

Add basic location tracking activity #4

Closed wolfd closed 8 years ago

wolfd commented 8 years ago

In order to use this, you need to add a value to your grade.properties file

~/.gradle/gradle.properties:

BLOOP_GOOGLE_MAPS_API_KEY=<key>

Does a permission check/request and then starts requesting location every 5000ms, and sends those updates to whatever needs them.

Currently it centers the map and updates a textview that tells the user their coordinates, but that is just a demo.