setRotate(float degrees)方法的作用是将Matrix对象围绕(0,0)旋转degrees度。
查看答案
RecyclerView与ListView的使用方法相似,需要自定义adapter进行数据适配。
A. 对
B. 错
自定义的Fragment类需要继承Fragment,并重写onCreateView()。
A. 对
B. 错
onDestroyView()方法是在该Fragment的视图被移除时调用的。
A. 对
B. 错
Fragment生命周期方法中onActivityCreate()方法是当Fragment和Activity解除关联的时候调用。
A. 对
B. 错