AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 109


Which of the following are benefits for using fragments in your application? (Choose two)

Show Answer
Correct Answer: BD

BD

B: Following is a typical example of how two UI modules defined by fragments can be combined into one activity for a tablet design, but separated for a handset design.

D: You can combine multiple fragments in a single activity to build a multi-plane UI.

References:

http://www.tutorialspoint.com/android/android_fragments.htm

https://developer.android.com/guide/components/fragments.html

Discussion

1 comment
Sign in to comment
MmadiOptions: BD
Dec 31, 2022

B. Build different layouts for different device configurations. D. Dynamically add and remove UI components to an activity.