Android ListView
Android ListView
Intro
When I want to show the list of menu item that is same template, I wonder how to do that.
What is ListView
- Displays a vertically-scrollable collection ofo views
How to Use
in xml file
<ListView
      android:id="@+id/list_view"
      android:layout_width="match_parent"
      android:layout_height="match_parent" />