Home | History | Annotate | only in /developers/samples/android/wearable/wear/SpeedTracker
Up to higher level directory
NameDateSize
.gitignore05-Oct-2017379
Application/05-Oct-2017
build.gradle05-Oct-2017263
buildSrc/05-Oct-2017
CONTRIB.md05-Oct-20171.6K
gradle/05-Oct-2017
gradle.properties05-Oct-2017853
gradlew05-Oct-20175K
gradlew.bat05-Oct-20172.3K
LICENSE05-Oct-201731.5K
README05-Oct-2017554
settings.gradle05-Oct-201748
Shared/05-Oct-2017
template-params.xml05-Oct-20176.1K
Wearable/05-Oct-2017

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