Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Android Wear apps can use many of the same controls already in use for
regular Android apps, including Button
, TextView
, and image
drawables. Layout controls including ScrollView
, LinearLayout
, and
RelativateLayout
can also be used.
This page links to the Android-Wear-specific controls from the wearable UI library available in Xamarin projects via the Wearable Support NuGet package. These controls include the following:
GridViewPager – Create a two-dimensional navigation interface where the user scrolls down then across to make a selection (for more information, see GridViewPager):
Other important controls for Wear apps include:
BoxInsetLayout
(see working with screen sizes),WatchViewStub
(see working with screen sizes),CardFrame
(see Android Creating Cards),CardScrollView
(see Android Creating Cards),WearableListView
(see Android Create Lists).