What is the right sequence in order to dynamically display a fragment. For example, to start a new activity:
A- Create a new fragment instance in a host activity
B- Create a new fragment class that inflates a layout
C- Create a layout that defines the appearance of the fragment
D- Add the fragment to its host activity using the FragmentManager and a fragment transaction
a. ABDC
b. ADBC
c. CBAD
d. DACB
e. DCBA