• Home
Name Date Size #Lines LOC

..--

Application/04-Jul-2025-757485

Shared/04-Jul-2025-17284

Wearable/04-Jul-2025-1,214742

buildSrc/04-Jul-2025-1913

gradle/wrapper/04-Jul-2025-76

.gitignoreD04-Jul-2025379 3425

CONTRIB.mdD04-Jul-20251.6 KiB3627

LICENSED04-Jul-202511.1 KiB204170

READMED04-Jul-2025554 139

build.gradleD04-Jul-2025263 159

gradle.propertiesD04-Jul-2025909 2316

gradlewD04-Jul-20255.2 KiB173128

gradlew.batD04-Jul-20252.2 KiB8561

settings.gradleD04-Jul-202548 31

template-params.xmlD04-Jul-20255.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