单项选择题
A.onResume()B.onPause()C.onRestart()D.onStart()
A.在Activity中使用B.使用android.support.v4.app.Fragment必须要在FragmentActivity里使用C.xml中添加<fragment/>标签D.继承Fragment
A.onActivityCreated()B.onCreateView()C.onPause()D.onDestroy()