Solved

What Activity Method You Use to Retrieve a Reference to an Android

Question 7

Multiple Choice

What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?


A) findViewByReference(int id) ;
B) findViewById(int id)
C) retrieveResourceById(int id)
D) findViewById(String id)

Correct Answer:

verifed

Verified

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

Related Questions