Which of the following are benefits for using fragments in your application? (Choose two)
Which of the following are benefits for using fragments in your application? (Choose two)
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
B. Build different layouts for different device configurations. D. Dynamically add and remove UI components to an activity.