I'm creating multiple ImageButton
ImageButton imageButton = (ImageButton) LayoutInflater.from(this).inflate(R.layout.imagebutton, null);
imageButton.setImageBitmap(bMap);
layoutC.addView(imageButton);
I wanted to know if you can remove them from the layout.