Home | History | Annotate | Download | only in SkeletonWearableApp
      1 <p><b>About:</b> This sample is a mostly empty wearable app that implements a fullscreen activity
      2 conforming to Android Wear best practices. Included in the sample are examples of GridViewPager,
      3 DelayedConfirmationView, and DismissOverlayView. Developers who require a fullscreen activity for
      4 their wearable app can use this sample as a starting point.</p>
      5 <p><b>How to run:</b> Install the Wearable APK on the wearable, go to the voice menu (either by
      6 saying "OK Google" or tapping the home screen) and select the "Start..." option. Then, select
      7 "Skeleton Wearable App" from the submenu.</p>
      8 <p><b>Wearable APIs used:</b> DelayedConfirmationView, DismissOverlayView, GridViewPager,
      9 CardFragment, FragmentGridPagerAdapter, ImageReference</p>
     10 <p><b>Screenshots:</b>
     11     <figure>
     12         <img src="screenshots/skeleton_wearable_app.png" alt="SkeletonWearableApp" width="140"
     13              height="140">
     14         <img src="screenshots/grid_view_pager.png" alt="GridViewPager" width="140" height="140">
     15         <img src="screenshots/delayed_confirmation.png" alt="DelayedConfirmationView" width="140"
     16              height="140">
     17         <img src="screenshots/dismiss_overlay.png" alt="DismissOverlayView" width="140"
     18              height="140">
     19         <figcaption>From left to right: the initial activity, GridViewPager,
     20             DelayedConfirmationView, and DismissOverlayView</figcaption>
     21     </figure>
     22 </p>
     23