Answers for "how to make image change with button in android studio kotlin"

0

android studio change image on button click

ImageButton btn = (ImageButton)findViewById(R.id.imageButton1);       
 btn.setImageResource(R.drawable.actions_record);
Posted by: Guest on April-23-2020

Code answers related to "how to make image change with button in android studio kotlin"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language