To create a customized Adapter for a compound list item layout, you should:
A.
Extend class android.widget.Adapter or any of its descendants then override method getView()
B.
Extend class android.widget.ListView or any of its descendants, then override method
getView()
C.
Extend class android.widget.AbsAdapter or any of its descendants, then override method
getView()
D.
Extend class android.widget.Adapter or any of its descendants, then override method
getAdapterView().