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

..--

Application/25-Apr-2025-757485

Shared/25-Apr-2025-17284

Wearable/25-Apr-2025-1,214742

buildSrc/25-Apr-2025-1913

gradle/wrapper/25-Apr-2025-76

.gitignoreD25-Apr-2025379 3425

CONTRIB.mdD25-Apr-20251.6 KiB3627

LICENSED25-Apr-202511.1 KiB204170

READMED25-Apr-2025554 139

build.gradleD25-Apr-2025263 159

gradle.propertiesD25-Apr-2025909 2316

gradlewD25-Apr-20255.2 KiB173128

gradlew.batD25-Apr-20252.2 KiB8561

settings.gradleD25-Apr-202548 31

template-params.xmlD25-Apr-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