Editor's note: This article is the second part of the slide translation document for the official Android developer blog. It specifically introduces some tips for Android UI design, after introducing the first part of this slide, "detailed explanation of Multi-image" Android UI design official tutorial ", many of our friends are waiting for the second part. We will provide you with the translation documents in this article as soon as possible, I hope you will like it.
For details about all Android UI tutorials, please click BKJIA exclusive topic: Google official Tutorial: Android uidesign skills
Android UI framework features
You must understand the features of the UI framework.
Use relative layout management interface elements.
Note: relative and linear la s are two commonly used la s in Android. Linear la s are relatively simple, while relatively complex la s can be managed. Therefore, you only need to understand linear la S, in many cases, this is not enough. However, from the author's previous Qt experience, the layout management functions in Android are relatively easy to use, but this may be related to the performance considerations of the mobile platform.