Android ListView UI组件使用说明
一、ListView 该组件是android中最常用的一个UI组件,用于实现在屏幕上显示多个内容,以便于我们用手指来回翻转。 先在layout中进行布局我们的组件 <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent> <ListView android:id=@+id/list_view android:layout_w