(Android interface functions as programming summary pdf, activity page switching, android menu animation, android layout attributes, android page flipping, androidListView details [ListView is a commonly used component in android development, which displays detailed content in the form of a list, and can be displayed adaptively according to the length of data], Use GridView to realize the role of Gallery. Extract the basic implementation ideas of using GridView to realize the role of Gallery: each optional figure, including the text part, is an entry in the GridView; A GridView entry is a RelativeLayout, which includes an Image View and a Text View; The key point is how the GridView adheres to the horizontal direction. By default, it will fold lines. First, a HorizontalScrollView should be used to provide a horizontal rollover container, and then a FrameLayout should be placed inside. If the FrameLayout layout is not placed, directly put it into the following layout or view, the GridView will become a single column vertical rollover. When participating in the horizontal LinearLayout layout in the FrameLayout layout, you should set its layout_ The width should be large enough so that you can participate in the GridView horizontally. This document includes the following annexes:
Codefins Android Core Technology and Example Details - Android Development Start.pdf
..... Too many files omitted)