You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
Application v811_spc009_project 4 months ago
Shared v811_spc009_project 4 months ago
Wearable v811_spc009_project 4 months ago
buildSrc v811_spc009_project 4 months ago
gradle/wrapper v811_spc009_project 4 months ago
CONTRIB.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
build.gradle v811_spc009_project 4 months ago
gradle.properties v811_spc009_project 4 months ago
gradlew v811_spc009_project 4 months ago
gradlew.bat v811_spc009_project 4 months ago
settings.gradle v811_spc009_project 4 months ago
template-params.xml v811_spc009_project 4 months ago

README

In order to run this application, you need to install the
wearable apk on a device that has GPS capabilities in
hardware. In addition, you need to obtain an API key for
using Map v2 APIs, see the following link for the details:
https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key
After getting the key, find the following line in
Application/src/main/res/values/strings.xml:

<string name="map_v2_api_key">YOUR_MAP_V2_API_KEY</string>

and replace YOUR_MAP_V2_API_KEY with your own key.