Home | History | Annotate | only in /developers/build/prebuilts/gradle/WatchFace
Up to higher level directory
NameDateSize
.google/10-Mar-2015
Application/10-Mar-2015
build.gradle10-Mar-201514
CONTRIB.md10-Mar-20151.6K
CONTRIBUTING.md10-Mar-20151.5K
gradle/10-Mar-2015
gradlew10-Mar-20155K
gradlew.bat10-Mar-20152.3K
LICENSE10-Mar-201511.1K
NOTICE10-Mar-2015613
README.md10-Mar-20151.9K
screenshots/10-Mar-2015
settings.gradle10-Mar-201536
Wearable/10-Mar-2015

README.md

      1 Android WatchFace Sample
      2 ===================================
      3 
      4 This sample demonstrates how to create watch faces for android wear and includes a phone app
      5 and a wearable app. The wearable app has a variety of watch faces including analog, digital,
      6 opengl, calendar, etc. It also includes a watch-side configuration example. The phone app
      7 includes a phone-side configuration example.
      8 
      9 Pre-requisites
     10 --------------
     11 
     12 - Android SDK v21
     13 - Android Build Tools v21.1.1
     14 - Android Support Repository
     15 
     16 Getting Started
     17 ---------------
     18 
     19 This sample uses the Gradle build system. To build this project, use the
     20 "gradlew build" command or use "Import Project" in Android Studio.
     21 
     22 Support
     23 -------
     24 
     25 - Google+ Community: https://plus.google.com/communities/105153134372062985968
     26 - Stack Overflow: http://stackoverflow.com/questions/tagged/android
     27 
     28 If you've found an error in this sample, please file an issue:
     29 https://github.com/googlesamples/android-WatchFace
     30 
     31 Patches are encouraged, and may be submitted by forking this project and
     32 submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.
     33 
     34 License
     35 -------
     36 
     37 Copyright 2014 The Android Open Source Project, Inc.
     38 
     39 Licensed to the Apache Software Foundation (ASF) under one or more contributor
     40 license agreements.  See the NOTICE file distributed with this work for
     41 additional information regarding copyright ownership.  The ASF licenses this
     42 file to you under the Apache License, Version 2.0 (the "License"); you may not
     43 use this file except in compliance with the License.  You may obtain a copy of
     44 the License at
     45 
     46 http://www.apache.org/licenses/LICENSE-2.0
     47 
     48 Unless required by applicable law or agreed to in writing, software
     49 distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     50 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
     51 License for the specific language governing permissions and limitations under
     52 the License.
     53