行要素として esがありListView
ますCheckBox
(以下の行レイアウトを参照)。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >
<CheckBox
android:id="@+id/delete_company_row_checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
チェックボックスがオンになっているすべての行のリストを取得するにはどうすればよいですか (ユーザーは複数のリスト項目を選択できます)。