1.

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)
Answer» C. retrieveResourceById(int id)


Discussion

No Comment Found