Multiple Choice
Which statement properly uses the inflate method?
A) inflater.inflate(R.layout.photos, container) ;
B) inflater.inflate(container, R.layout.photos, false) ;
C) inflater.inflate(R.layout.photos, container, false) ;
D) inflater.inflate(container, R.layout.photos) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A(n) _ object is a View widget
Q19: Multipane layouts provide a way to show
Q20: Which of the following terms best desc
Q21: What type of object should you use
Q22: Instead of creating apps for multiple sizes
Q24: Which of the following does the Android
Q25: Android introduced fragments in Android 3.2, API
Q26: The purpose of the _ class is
Q27: _ design is an approach to designing
Q28: The purpose of the ItemDetailActivity.java class is