Fragment的onResume
摘要:
需求:Fragment每次由不可见到可见时的回调。可能最先想到的是onResume方法,实际使用中Fragment的onResume调用时机与其Activity一致,因此类似与viewPager搭配的Activity-fragment的onResume不可行。实现: @Override pub... 阅读全文
posted @ 2015-06-09 10:21 android_dev 阅读(811) 评论(0) 推荐(1)