单项选择题
A.onCreate()B.onActivityCreated()C.onStart()D.onResume()
A.可以获取Activity对象B.如果需要调用所依附的Activity类的方法,在使用时,往往还要强转C.属于Fragment对象的方法D.属于Activity对象的方法
A.直接new…Fragment()B.findFragmentById(int id)C.findFragmentByTag(String tag)D.getFragments(String tag)