• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Application/22-Nov-2023-757485

Shared/22-Nov-2023-17284

Wearable/22-Nov-2023-1,214742

buildSrc/22-Nov-2023-1913

gradle/wrapper/22-Nov-2023-76

.gitignoreD22-Nov-2023379 3425

CONTRIB.mdD22-Nov-20231.6 KiB3627

LICENSED22-Nov-202311.1 KiB204170

READMED22-Nov-2023554 139

build.gradleD22-Nov-2023263

gradle.propertiesD22-Nov-2023909 2316

gradlewD22-Nov-20235.2 KiB173128

gradlew.batD22-Nov-20232.2 KiB8561

settings.gradleD22-Nov-202348 31

template-params.xmlD23-Nov-20235.6 KiB13271

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