- 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.
推薦閱讀
- Visual Basic程序設計(第3版):學習指導與練習
- Mastering Google App Engine
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Instant PHP Web Scraping
- .NET 4.5 Parallel Extensions Cookbook
- Image Processing with ImageJ
- Webpack實戰:入門、進階與調優(第2版)
- Natural Language Processing with Python Quick Start Guide
- JavaScript悟道
- 會當凌絕頂:Java開發修行實錄
- 零基礎學編程系列(全5冊)
- RESTful Web API Design with Node.js
- Design Patterns and Best Practices in Java
- Instant Pygame for Python Game Development How-to
- Java EE框架開發技術與案例教程