- Android Programming for Beginners
- John Horton
- 86字
- 2021-07-23 14:47:02
Chapter 4. Designing Layouts
In this chapter we will learn some UI basics, such as how we control the size and position of the widgets in our layouts. We will further come to understand the slightly scary XML code and see new ways we can avoid having to edit the code directly by using the UI designer, by covering the following:
- Looking at the code structure underlying a UI design/layout
- Learning how to position widgets precisely
- Building three really simple UI designs from scratch
推薦閱讀
- Objective-C Memory Management Essentials
- MongoDB for Java Developers
- Hands-On Data Structures and Algorithms with JavaScript
- Django:Web Development with Python
- Linux網絡程序設計:基于龍芯平臺
- 精通API架構:設計、運維與演進
- TypeScript實戰指南
- 自然語言處理Python進階
- 軟件品質之完美管理:實戰經典
- 利用Python進行數據分析
- App Inventor 2 Essentials
- UX Design for Mobile
- Docker:容器與容器云(第2版)
- Implementing Microsoft Dynamics NAV(Third Edition)
- Spring Boot 2+Thymeleaf企業應用實戰