Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ラジオボタンを1つとチェックボックスを1つ表示したいです。
リストビュー、これについて教えてください。どうすればいいですか?私はまだ初心者です。よろしくお願いします。
RadioButton と CheckBox を備えた listView が必要な理由は、TableLayout、TableRow、および ScrollPane を使用して実装できます。それでもやりたい場合は、BaseAdapter を使用してください。
カスタム アダプターを実装する (つまり、BaseAdapter クラスに拡張する) 必要があると思います。