- Android Wear Projects
- Ashok Kumar S
- 95字
- 2021-07-15 17:17:51
Defining layouts
Wearable applications can use the same layouts that we use in handheld Android device programming but with specific constraints for Wear applications. We should not do heavy processing actions similar to handheld Android devices in Wear applications and expect a good user experience.
An application designed for a round screen will not look great on square Wear devices. To resolve this, the Android Wear support library comes with the following two solutions:
- BoxInsetLayout
- Curved Layout
We can provide different resources to allow Android to detect the shape of the Android Wear at runtime.
推薦閱讀
- FuelPHP Application Development Blueprints
- Animate CC二維動畫設計與制作(微課版)
- Internet of Things with the Arduino Yún
- HDInsight Essentials(Second Edition)
- Learning Zurb Foundation
- Julia高性能科學計算(第2版)
- 零基礎Java學習筆記
- RealSenseTM互動開發實戰
- HTML5秘籍(第2版)
- 智能搜索和推薦系統:原理、算法與應用
- 軟件測試綜合技術
- Java Web應用開發給力起飛
- H5+移動營銷設計寶典
- MATLAB 2020 GUI程序設計從入門到精通
- VMware vSphere 5.5 Cookbook