| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| Application/ | 03-May-2024 | - | 752 | 481 | ||
| Shared/ | 03-May-2024 | - | 172 | 84 | ||
| Wearable/ | 03-May-2024 | - | 1,171 | 717 | ||
| buildSrc/ | 03-May-2024 | - | 19 | 13 | ||
| gradle/wrapper/ | 03-May-2024 | - | 7 | 6 | ||
| CONTRIB.md | D | 03-May-2024 | 1.6 KiB | 36 | 27 | |
| LICENSE | D | 03-May-2024 | 31.5 KiB | 648 | 514 | |
| README | D | 03-May-2024 | 554 | 13 | 9 | |
| build.gradle | D | 03-May-2024 | 263 | 15 | 9 | |
| gradle.properties | D | 03-May-2024 | 853 | 18 | 14 | |
| gradlew | D | 03-May-2024 | 5 KiB | 165 | 122 | |
| gradlew.bat | D | 03-May-2024 | 2.3 KiB | 91 | 66 | |
| settings.gradle | D | 03-May-2024 | 48 | 3 | 1 | |
| template-params.xml | D | 03-May-2024 | 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