Which statement dynamically assigns an image named car in the drawable folder to an ImageView control?

Which statement dynamically assigns an image named car in the drawable folder to an ImageView control?



Answer: image.setImageResource(R.drawable.car);


Learn More :

Android Apps Chapter 11

Learn More Multiple Choice Question :