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);


Answer: A

Computer Science & Information Technology

You might also like to view...

What is Unordered lists (ul)?

What will be an ideal response?

Computer Science & Information Technology

Automatic replies can be useful when you are out of the office for vacation or holiday time

Indicate whether the statement is true or false

Computer Science & Information Technology

C++ provides for _______, which allows a derived class to inherit from many base class- es, even if the base classes are unrelated.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Crashing is used to correct overallocated resources

Indicate whether the statement is true or false

Computer Science & Information Technology