- Mastering Android Studio 3
- Kyle Mew
- 243字
- 2021-07-02 18:42:34
UI Design
The one feature that stands out in Android Studio above all others, including the Gradle build system, is the powerful User Interface(UI) development tools. The IDE provides a variety of views of our designs, allowing us to combine drag and drop construction and hard code in the development of a UI. Android Studio also comes equipped with a comprehensive preview system, which allows us to test our designs on any manner of device before running the project on an actual device. Along with these features, Android Studio also includes useful support libraries, such as the design library for creating material design layouts and the Percent Support Library for simplifying complex, proportional designs.
This chapter is the first of four, covering UI development. In it, we take a closer look at Studio's Layout Editors and tools. We will be building working interfaces using each of the most useful Layout/ViewGroup classes and designing for and managing screen rotation. The chapter continues by exploring Studio's preview system and how XML layout resources are stored and applied. The chapter concludes by returning to themes, Material Design, and the design support library.
In this chapter, you will learn how to:
- Explore the Layout Editor
- Apply linear and relative layouts
- Install the constraint library
- Create a ConstraintLayout
- Apply constraints
- Use the graphical constraints editor
- Add constraint guidelines
- Align TextView baselines
- Apply bias
- Use auto-connect
- Build a hardware profile for a virtual device
- Create a virtual SD card
- PHP程序設計(慕課版)
- Offer來了:Java面試核心知識點精講(原理篇)
- Scala Design Patterns
- Servlet/JSP深入詳解
- Python 3網絡爬蟲實戰
- 征服RIA
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- C++程序設計基礎教程
- QGIS:Becoming a GIS Power User
- Arduino Wearable Projects
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Arduino Electronics Blueprints
- 讀故事學編程:Python王國歷險記
- Web前端開發精品課:HTML5 Canvas開發詳解