Home | History | Annotate | Download | only in SkeletonWearableApp
      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     <!-- change minSdk if needed-->
     22     <minSdk>18</minSdk>
     23     <strings>
     24         <intro>
     25             <![CDATA[
     26             This sample is a mostly empty wearable app that implements a fullscreen activity
     27             conforming to Android Wear best practices. Included in the sample are examples of GridViewPager,
     28             DelayedConfirmationView, and DismissOverlayView. Developers who require a fullscreen activity for
     29             their wearable app can use this sample as a starting point.
     30             ]]>
     31         </intro>
     32     </strings>
     33     <template src="base"/>
     34     <template src="Wear"/>
     35     <metadata>
     36         <status>PUBLISHED</status>
     37         <categories>Getting Started, Wearable</categories>
     38         <technologies>Android</technologies>
     39         <languages>Java</languages>
     40         <solutions>Mobile</solutions>
     41         <level>BEGINNER</level>
     42         <icon>Wearable/src/main/res/drawable-xhdpi/ic_launcher.png</icon>
     43         <screenshots>
     44             <img>screenshots/skeleton_wearable_app.png</img>
     45             <img>screenshots/grid_view_pager.png</img>
     46             <img>screenshots/dismiss_overlay.png</img>
     47             <img>screenshots/delayed_confirmation.png</img>
     48         </screenshots>
     49         <api_refs>
     50             <android>android.support.wearable.view.CardFragment</android>
     51             <android>android.support.wearable.view.GridViewPager</android>
     52         </api_refs>
     53         <description>
     54 <![CDATA[
     55 This sample is a basic skeleton app which can be used as a starting point for wear development.
     56 ]]>
     57         </description>
     58         <intro>
     59 <![CDATA[
     60 This sample is a mostly empty wearable app that implements a fullscreen activity
     61 conforming to Android Wear best practices. Included in the sample are examples of [GridViewPager][1],
     62 [DelayedConfirmationView][2], and [DismissOverlayView][3].
     63 
     64 Developers who require a fullscreen activity for
     65 their wearable app can use this sample as a starting point.
     66 
     67 [1]: https://developer.android.com/reference/com/google/android/support/wearable/view/GridViewPager.html
     68 [2]: https://developer.android.com/reference/com/google/android/support/wearable/view/DelayedConfirmationView.html
     69 [3]: https://developer.android.com/reference/com/google/android/support/wearable/view/DismissOverlayView.html
     70 ]]>
     71         </intro>
     72     </metadata>
     73 </sample>
     74