Home | History | Annotate | only in /developers/samples/android/wearable/wear/SpeedTracker
Up to higher level directory
NameDateSize
Application/06-Dec-2016
build.gradle06-Dec-2016263
buildSrc/06-Dec-2016
CONTRIB.md06-Dec-20161.6K
gradle/06-Dec-2016
gradle.properties06-Dec-2016853
gradlew06-Dec-20165K
gradlew.bat06-Dec-20162.3K
LICENSE06-Dec-201631.5K
README06-Dec-2016554
settings.gradle06-Dec-201648
Shared/06-Dec-2016
template-params.xml06-Dec-20166.1K
Wearable/06-Dec-2016

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