(Android designers have a relatively deep understanding of the operating principle and design files of Android application, and use "HelloWorld!" The procedure has been proved by practice. Before continuing to go deep into the Android development journey, it is necessary to manage the legacy problems not described in the previous two articles: several design and display methods of View, which will not be introduced too much in terms of design in the future. The design and display methods of View are as follows: Linear Design, RelativeLayout, TableLayout, GridView, TabLayout, ListView, and AbsoluteLayout. Although this article introduces the design method of View, it is not only that, but also touches on many small knowledge points, which will certainly bring you Android food! The main content of this article is to introduce the functions and implementations of the seven design display methods of the above views. The outline is as follows:? 1. View Design Overview? 2. LinearLayout o2. 1, Tips: android: layout_ weight=1? 3. RelativeLayout? 4. TableLayout? 5. List View o5.1, a small improvement o5.2, supplementary description? 6. GridView? 7. Positive design ()? 8. TabLayout This document includes the following attachments:
Android Design.pdf
Codepub Download Description.txt
..... Too many files omitted)