Home | History | Annotate | only in /developers/samples/android/wearable/wear/SpeedTracker
Up to higher level directory
NameDateSize
Application/08-Oct-2015
build.gradle08-Oct-2015263
buildSrc/08-Oct-2015
CONTRIB.md08-Oct-20151.6K
gradle/08-Oct-2015
gradle.properties08-Oct-2015853
gradlew08-Oct-20155K
gradlew.bat08-Oct-20152.3K
LICENSE08-Oct-201531.5K
README08-Oct-2015554
settings.gradle08-Oct-201548
Shared/08-Oct-2015
template-params.xml08-Oct-20151.8K
Wearable/08-Oct-2015

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