Solved

Which Statement Completes the Following Code to Instantiate the ImageView

Question 27

Multiple Choice

Which statement completes the following code to instantiate the ImageView control named imgTween? ImageView imgRotate = (ImageView) ...


A) findViewById(R.id.imgTween) ;
B) findViewById(id.imgTween) ;
C) findViewById(imgTween) ;
D) findViewById(R.imgTween.id) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions