I would like to ask if doing like this is possible on android:
Scrollview of layouts, and each layout in horizontal orientation contains button, another button, and a checkbox.
For example:
button1, button2, checkbox
button1, button2, checkbox
.........
button1, button2, checkbox
Try using a
ListViewwith aSimpleAdapter.The
SimpleAdapterallows you to specify alayoutfor each row in theListView.This site has a simple example.