1
I’m creating several ImageButton
ImageButton imageButton = (ImageButton) LayoutInflater.from(this).inflate(R.layout.imagebutton, null);
imageButton.setImageBitmap(bMap);
layoutC.addView(imageButton);
I was wondering if you could remove them from the layout.
imageButton.setVisible(View.'unvisible.') serves?
– Antony Alkmim
I guess not because I think there’s gonna come a time when there’s gonna be a lot of repeats there
– Ilgner de Oliveira