1.

How To Select More Than One Option From List In Android Xml File? Give An Example.

Answer»

SPECIFY android id, layout height and WIDTH as depicted in the FOLLOWING EXAMPLE.

<ListView android:id="@+id/ListView01"
android:layout_height="wrap_content"
android:layout_width="fill_parent"></ListView>

Specify android id, layout height and width as depicted in the following example.



Discussion

No Comment Found