Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Application/ | 22-Nov-2023 | - | 752 | 481 | ||
Shared/ | 22-Nov-2023 | - | 172 | 84 | ||
Wearable/ | 22-Nov-2023 | - | 1,171 | 717 | ||
buildSrc/ | 22-Nov-2023 | - | 19 | 13 | ||
gradle/wrapper/ | 22-Nov-2023 | - | 7 | 6 | ||
CONTRIB.md | D | 22-Nov-2023 | 1.6 KiB | 36 | 27 | |
LICENSE | D | 22-Nov-2023 | 31.5 KiB | 648 | 514 | |
README | D | 22-Nov-2023 | 554 | 13 | 9 | |
build.gradle | D | 22-Nov-2023 | 263 | 15 | 9 | |
gradle.properties | D | 22-Nov-2023 | 853 | 18 | 14 | |
gradlew | D | 22-Nov-2023 | 5 KiB | 165 | 122 | |
gradlew.bat | D | 22-Nov-2023 | 2.3 KiB | 91 | 66 | |
settings.gradle | D | 22-Nov-2023 | 48 | 3 | 1 | |
template-params.xml | D | 22-Nov-2023 | 1.9 KiB | 59 | 33 |
README
1In order to run this application, you need to install the 2wearable apk on a device that has GPS capabilities in 3hardware. In addition, you need to obtain an API key for 4using Map v2 APIs, see the following link for the details: 5https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key 6After getting the key, find the following line in 7Application/src/main/res/values/strings.xml: 8 9<string name="map_v2_api_key">YOUR_MAP_V2_API_KEY</string> 10 11and replace YOUR_MAP_V2_API_KEY with your own key. 12 13