I want to make a list of ImageButtons in an Activity with three buttons in each row. If I make this with XML (considering there are over 100 buttons) eclipse complains that there are to many views.
Is there a better way to do this? Thanks!
I want to make a list of ImageButtons in an Activity with three buttons in each row. If I make this with XML (considering there are over 100 buttons) eclipse complains that there are to many views.
Is there a better way to do this? Thanks!
I think you should make buttons dinamically.. like this
you can change the number of button array
Sounds like you should consider using
GridView
.