Android: How to make, buttons and checkbox inside each box in a grid?
I need a grid view, and inside each box, in the grid, I need to insert buttons and check box. What are my options? --> I could not insert buttons + checkboxes by using gridView --> I tried drawing in canvas, got the grid, but couldnot insert buttons... Any suggestions??
开发者_如何学编程Thanks in Advance!
How about a TableLayout? You can even give each cell a border if you want to see the lines.
精彩评论