02 2017 档案

摘要:http://blog.csdn.net/liu_qiqi/article/details/38304033 阅读全文
posted @ 2017-02-17 18:46 epmouse 阅读(580) 评论(0) 推荐(0)
摘要:同一个eventbut是不可以注册两次的,所以我们会在ondestroy方法中进行unregister() 但是在fragment中,最好把unregister()方法写到 onDestroyView()方法中而不是onDestrory()方法中 因为同一个activity上的fragment在切换 阅读全文
posted @ 2017-02-04 14:43 epmouse 阅读(1133) 评论(0) 推荐(0)