Home | History | Annotate | only in /developers/samples/android/wearable/wear/SpeedTracker
Up to higher level directory
NameDateSize
Application/21-Aug-2018
build.gradle21-Aug-2018263
buildSrc/21-Aug-2018
CONTRIB.md21-Aug-20181.6K
gradle/21-Aug-2018
gradle.properties21-Aug-2018853
gradlew21-Aug-20185K
gradlew.bat21-Aug-20182.3K
LICENSE21-Aug-201811.1K
README21-Aug-2018554
settings.gradle21-Aug-201848
Shared/21-Aug-2018
template-params.xml21-Aug-20186.3K
Wearable/21-Aug-2018

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