Home | History | Annotate | only in /developers/samples/android/wearable/wear/SpeedTracker
Up to higher level directory
NameDateSize
Application/22-Oct-2020
build.gradle22-Oct-2020263
buildSrc/22-Oct-2020
CONTRIB.md22-Oct-20201.6K
gradle/22-Oct-2020
gradle.properties22-Oct-2020909
gradlew22-Oct-20205.2K
gradlew.bat22-Oct-20202.2K
LICENSE22-Oct-202011.1K
README22-Oct-2020554
settings.gradle22-Oct-202048
Shared/22-Oct-2020
template-params.xml22-Oct-20206.4K
Wearable/22-Oct-2020

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