题目内容

在案例滑动切换界面中,一共创建了几个Fragment?

A. 2个
B. 3个
C. 4个
D. 5个

查看答案
更多问题

setRotate(float degrees)方法的作用是将Matrix对象围绕(0,0)旋转degrees度。

A. 对
B. 错

RecyclerView与ListView的使用方法相似,需要自定义adapter进行数据适配。

A. 对
B. 错

自定义的Fragment类需要继承Fragment,并重写onCreateView()。

A. 对
B. 错

onDestroyView()方法是在该Fragment的视图被移除时调用的。

A. 对
B. 错

答案查题题库