Uniquely Identify ImageButtons placed Programmatically
- by TiGer
Hi,
I have been placing several ImageButtons programmatically in a TableLayout, every ImageButton has it's own Drawable resource as a Background.
I use an XML description for the layout of the ImageButton itself and afterwards use the LayoutInflater to retrieve such an ImageButton (called genre_cell.xml):
<?xml version="1.0"…