Mobile Application Development Question: Download Questions PDF
How to select more than one option from list in android xml file?
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>
<ListView android:id="@+id/ListView01" android:layout_height="wrap_content" android:layout_width="fill_parent"></ListView>
Download Mobile Application Interview Questions And Answers
PDF
Previous Question | Next Question |
Described about the exceptions of Android? | Explain TTL (Time to Live) and why is it required? |