Android Software Engineer Question: Download Android Software Engineer PDF

How to select more than one option from list in android xml file? Give an example?

Tweet Share WhatsApp

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>

Download Android Software Engineer PDF Read All 62 Android Software Engineer Questions
Previous QuestionNext Question
Define the exceptions of Android?List the features of Android?