在案例滑动切换界面中,一共创建了几个Fragment?
查看答案
setRotate(float degrees)方法的作用是将Matrix对象围绕(0,0)旋转degrees度。
A. 对
B. 错
RecyclerView与ListView的使用方法相似,需要自定义adapter进行数据适配。
A. 对
B. 错
自定义的Fragment类需要继承Fragment,并重写onCreateView()。
A. 对
B. 错
onDestroyView()方法是在该Fragment的视图被移除时调用的。
A. 对
B. 错