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:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which of the following statements is incorrect
Q3: Which method should you use to start
Q4: Which of the following best explains the
Q5: You are building an application that supports
Q6: Which of the following interfaces is necessary
Q8: Which of the following classes should be
Q9: Which of the following statements hold true
Q10: What Activity method you would use to
Q11: The values of which of the following
Q12: Which of the following Android View sub-classes