Are all layout elements available on Android phones available on Android Wear?

Android Wear Watches are much smaller than Android phones, but looking through the Android API pages and tutorials, I didn't see any restrictions on layout elements. However, some layouts don't make sense on some watches. For example, a large custom ListView layout doesn't work well for round clocks. Are all the layout elements available on Android Wear?

+3


source to share


2 answers


Not all layouts are available (for example WebView

). You can see the unsupported libraries here .



And some layouts are for Android Wear only.

+1


source


There are no restrictions as far as I know. There are some adjustments to take into account in order to have a nice user experience on square and round displays, by adjusting the arrangement of elements and taking advantage of the platform for handling round squares, etc., but beyond that, all layouts as far as I know are available there too.



0


source







All Articles