Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Application/ | 03-May-2024 | - | 757 | 485 | ||
Shared/ | 03-May-2024 | - | 172 | 84 | ||
Wearable/ | 03-May-2024 | - | 1,214 | 742 | ||
buildSrc/ | 03-May-2024 | - | 19 | 13 | ||
gradle/wrapper/ | 03-May-2024 | - | 7 | 6 | ||
.gitignore | D | 03-May-2024 | 379 | 34 | 25 | |
CONTRIB.md | D | 03-May-2024 | 1.6 KiB | 36 | 27 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 204 | 170 | |
README | D | 03-May-2024 | 554 | 13 | 9 | |
build.gradle | D | 03-May-2024 | 263 | 15 | 9 | |
gradle.properties | D | 03-May-2024 | 909 | 23 | 16 | |
gradlew | D | 03-May-2024 | 5.2 KiB | 173 | 128 | |
gradlew.bat | D | 03-May-2024 | 2.2 KiB | 85 | 61 | |
settings.gradle | D | 03-May-2024 | 48 | 3 | 1 | |
template-params.xml | D | 03-May-2024 | 5.6 KiB | 132 | 71 |
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