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

..--

Application/14-Jan-2024-757485

Shared/14-Jan-2024-17284

Wearable/14-Jan-2024-1,214742

buildSrc/14-Jan-2024-1913

gradle/wrapper/14-Jan-2024-76

.gitignoreD14-Jan-2024379 3425

CONTRIB.mdD14-Jan-20241.6 KiB3627

LICENSED14-Jan-202411.1 KiB204170

READMED14-Jan-2024554 139

build.gradleD14-Jan-2024263 159

gradle.propertiesD14-Jan-2024909 2316

gradlewD14-Jan-20245.2 KiB173128

gradlew.batD14-Jan-20242.2 KiB8561

settings.gradleD14-Jan-202448 31

template-params.xmlD14-Jan-20245.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