Fragment
Last updated
Was this helpful?
Last updated
Was this helpful?
主要介绍一些最常见的Fragment的坑以及官方Fragment库的那些自身的BUG,并给出解决方案;这些BUG在你深度使用时会遇到,比如Fragment嵌套时或者单Activity+多Fragment架构时遇到的坑。
简陋的目录 1、getActivity()空指针 2、异常:Can not perform this action after onSaveInstanceState 3、Fragment重叠异常-----正确使用hide、show的姿势 4、Fragment嵌套的那些坑 5、未必靠谱的出栈方法remove() 6、多个Fragment同时出栈的深坑BUG 7、深坑 Fragment转场动画