Hey there. My app is going to be using an array of 64 ImageButtons (8x8), and they\'re all already declared in my XML Layout with names like one1, two5, eight8, etc. Rather than
Unless there's some specific need to do it as individual ImageButtons, you might be better off using a GridView.
Here is a tutorial using images in a GridView using an adapter.