- 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.
推薦閱讀
- C++ Primer習題集(第5版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Android Jetpack開發:原理解析與應用實戰
- 移動UI設計(微課版)
- Microsoft Application Virtualization Cookbook
- PHP程序設計(慕課版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- Apex Design Patterns
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Building Machine Learning Systems with Python(Second Edition)
- 零基礎學C語言程序設計
- ASP.NET開發寶典
- TensorFlow程序設計
- 自學Python:編程基礎、科學計算及數據分析
- Swift 5從零到精通iOS開發訓練營