I\'m trying to change the image of the ImageButton programmatically.
I\'m trying to copy this code, but the setBackgroundDrawable is already deprecated.
Try this its working for me,Change the background image programmatically,
image.setBackgroundResource(R.drawable.ico);