blob: 5644c526f0d7317d85f6eb0396fa6c15cc4e6fd2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<sample>
<name>WatchFace</name>
<group>Wearable</group>
<package>com.example.android.wearable.watchface</package>
<minSdk>18</minSdk>
<minSdkVersionWear>24</minSdkVersionWear>
<targetSdkVersion>25</targetSdkVersion>
<targetSdkVersionWear>25</targetSdkVersionWear>
<dependency>com.google.android.support:wearable:2.0.3</dependency>
<dependency_wearable>com.android.support:palette-v7:25.3.1</dependency_wearable>
<wearable>
<has_handheld_app>true</has_handheld_app>
</wearable>
<strings>
<intro>
<![CDATA[
This sample demonstrates how to create watch faces for android wear and use complications with your
Wear 2.0 watch faces.
]]>
</intro>
</strings>
<template src="base"/>
<template src="Wear"/>
<metadata>
<status>PUBLISHED</status>
<categories>Wearable</categories>
<technologies>Android</technologies>
<languages>Java</languages>
<solutions>Mobile</solutions>
<level>INTERMEDIATE</level>
<icon>screenshots/icon-web.png</icon>
<screenshots>
<img>screenshots/analog-face.png</img>
<img>screenshots/analog-watch-side-config-1.png</img>
<img>screenshots/analog-watch-side-config-2.png</img>
<img>screenshots/digital-face.png</img>
<img>screenshots/digital-phone-side-config.png</img>
<img>screenshots/digital-watch-side-config.png</img>
<img>screenshots/interactive-face.png</img>
<img>screenshots/tilt-face.png</img>
</screenshots>
<api_refs>
<android>android.support.wearable.complications.ComplicationData</android>
<android>android.support.wearable.complications.ComplicationHelperActivity</android>
<android>android.support.wearable.complications.ComplicationProviderInfo</android>
<android>android.support.wearable.complications.ComplicationText</android>
<android>android.support.wearable.complications.ProviderChooserIntent</android>
<android>android.support.wearable.view.WearableRecyclerView</android>
<android>android.support.wearable.watchface.CanvasWatchFaceService</android>
<android>android.support.wearable.watchface.WatchFaceService</android>
<android>android.support.wearable.watchface.WatchFaceStyle</android>
</api_refs>
<!-- 1-3 line description of the sample here.
Avoid simply rearranging the sample's title. What does this sample actually
accomplish, and how does it do it? -->
<description>
A simple sample that demonstrates watch faces and complications for Wear 2.0.
</description>
<intro>
<![CDATA[
This sample demonstrates how to create watch faces for android wear and includes a phone app
and a wearable app. The wearable app has a variety of watch faces including analog, digital,
opengl, interactive, etc. It also includes a watch-side configuration example.
The phone app includes a phone-side configuration example.
The analog watch face demonstrates best practices for using complications in Wear 2.0. It also
includes a configuration Activity for configuring the watch face styles and complications. We
recommend you follow this UX pattern for your own watch faces.
Because watch face apps do not have a default Activity in their project, you will need to set your
Configurations to "Do not launch Activity" for both the Wear and Application modules. If you are
unsure how to do this, please review the "Run Starter project" section in the
[Google Watch Face Code Lab][1].
[1]: https://codelabs.developers.google.com/codelabs/watchface/index.html
]]>
</intro>
</metadata>
</sample>