I want to remove the background drawable @drawable/bg programmatically. Is there a way to do that?
@drawable/bg
Currently, I have the following XML in my layout:
Best performance on this method :
imageview.setBackgroundResource(R.drawable.location_light_green);
Use this.