13 lines
643 B
HTML
13 lines
643 B
HTML
<p><b>About:</b> Demonstrates how to implement a GridViewPager in your wearable app.</p>
|
|
<p><b>How to run:</b> Install the Wearable APK on the wearable, go to the voice menu (either by
|
|
saying "OK Google" or tapping the home screen) and select the "Start..." option. Then, select
|
|
"GridViewPager Sample" from the submenu.</p>
|
|
<p><b>Wearable APIs used:</b> GridViewPager, CardFragment, FragmentGridPagerAdapter,
|
|
ImageReference</p>
|
|
<p><b>Screenshots:</b>
|
|
<figure>
|
|
<img src="screenshots/grid_view_pager.gif" alt="GridViewPager" width="140" height="140">
|
|
<figcaption>Part of the sample in action.</figcaption>
|
|
</figure>
|
|
</p>
|