Activity和Fragment的onDestory()区别及Finish()的总结

Fragment的生命周期回调方法:onDestory(): web 官方文档以下: public void onDestroy () Called when the fragment is no longer in use. This is called after onStop() and before onDetach(). 即当Fragment不被使用时回调该方法,回调在onStop()以
相关文章
相关标签/搜索