Home | History | Annotate | only in /developers/samples/android/wearable/wear/SpeedTracker
Up to higher level directory
NameDateSize
Application/04-Nov-2014
build.gradle04-Nov-2014263
buildSrc/04-Nov-2014
CONTRIB.md04-Nov-20141.6K
gradle/04-Nov-2014
gradle.properties04-Nov-2014853
gradlew04-Nov-20145K
gradlew.bat04-Nov-20142.3K
LICENSE04-Nov-201411.1K
README04-Nov-2014554
settings.gradle04-Nov-201447
Shared/04-Nov-2014
template-params.xml04-Nov-20141.6K
Wearable/04-Nov-2014

README

      1 In order to run this application, you need to install the
      2 wearable apk on a device that has GPS capabilities in
      3 hardware. In addition, you need to obtain an API key for
      4 using Map v2 APIs, see the following link for the details:
      5 https://developers.google.com/maps/documentation/android/start#get_an_android_certificate_and_the_google_maps_api_key
      6 After getting the key, find the following line in
      7 Application/src/main/res/values/strings.xml:
      8 
      9 <string name="map_v2_api_key">YOUR_MAP_V2_API_KEY</string>
     10 
     11 and replace YOUR_MAP_V2_API_KEY with your own key.
     12 
     13