1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 Copyright 2013 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16--> 17<sample> 18 <name>SkeletonWearableApp</name> 19 <group>Wearable</group> 20 <package>com.example.android.google.wearable.app</package> 21 22 <targetSdkVersionWear>22</targetSdkVersionWear> 23 24 <strings> 25 <intro> 26 <![CDATA[ 27 This sample is a mostly empty wearable app that implements a fullscreen activity 28 conforming to Android Wear best practices. Included in the sample are examples of GridViewPager, 29 DelayedConfirmationView, and DismissOverlayView. Developers who require a fullscreen activity for 30 their wearable app can use this sample as a starting point. 31 ]]> 32 </intro> 33 </strings> 34 <template src="base-build"/> 35 <template src="Wear"/> 36 <metadata> 37 <status>DEPRECATED</status> 38 <categories>Getting Started, Wearable</categories> 39 <technologies>Android</technologies> 40 <languages>Java</languages> 41 <solutions>Mobile</solutions> 42 <level>BEGINNER</level> 43 <icon>Wearable/src/main/res/drawable-xhdpi/ic_launcher.png</icon> 44 <screenshots> 45 <img>screenshots/skeleton_wearable_app.png</img> 46 <img>screenshots/grid_view_pager.png</img> 47 <img>screenshots/dismiss_overlay.png</img> 48 <img>screenshots/delayed_confirmation.png</img> 49 </screenshots> 50 <api_refs> 51 <android>android.support.wearable.view.CardFragment</android> 52 <android>android.support.wearable.view.GridViewPager</android> 53 </api_refs> 54 <description> 55<![CDATA[ 56This sample is a basic skeleton app which can be used as a starting point for wear development. 57]]> 58 </description> 59 <intro> 60<![CDATA[ 61This sample is a mostly empty wearable app that implements a fullscreen activity 62conforming to Android Wear best practices. Included in the sample are examples of [GridViewPager][1], 63[DelayedConfirmationView][2], and [DismissOverlayView][3]. 64 65Developers who require a fullscreen activity for 66their wearable app can use this sample as a starting point. 67 68[1]: https://developer.android.com/reference/com/google/android/support/wearable/view/GridViewPager.html 69[2]: https://developer.android.com/reference/com/google/android/support/wearable/view/DelayedConfirmationView.html 70[3]: https://developer.android.com/reference/com/google/android/support/wearable/view/DismissOverlayView.html 71]]> 72 </intro> 73 </metadata> 74</sample> 75