(Practical Android programming - hand to hand teaching you how to make commercial software. This book is a chapter of detailed explanation of Android core technologies and examples - Android Design Manager, which mainly introduces the development and use of the design manager under the Android platform. The design in Android includes linear design, table design, relative design, frame design and absolute design. This book will introduce each design manager in detail. Before introducing the design manager of Android, it is necessary for readers to understand the control classes under the Android platform. The first thing to understand is the View class, which is the base class of all visual controls, and provides the methods for making controls and managing events. The controls used to create the user interface are inherited from View, such as TextView, Button, CheckBox, etc. The relevant properties for View and its subclasses can be set in the design XML file or dynamically set in the code through member methods. This document includes the following annexes:
Codefins Android Core Technology and Example Details - Android Design Manager.pdf
.....)