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.
Androidでこれが可能かどうかお尋ねしたいと思います:レイアウトのスクロールビュー、および水平方向の各レイアウトには、ボタン、別のボタン、およびチェックボックスが含まれています。
例えば:
button1, button2, checkbox button1, button2, checkbox ......... button1, button2, checkbox
ListViewをと一緒に使用してみてくださいSimpleAdapter。
ListView
SimpleAdapter
では、の各行にSimpleAdapterを指定できます。 layoutListView
layout
このサイトには簡単な例があります。