美文网首页
Activity & Fragment lifecycle

Activity & Fragment lifecycle

作者: Othell0 | 来源:发表于2016-06-23 13:35 被阅读0次

    Activity 的生命周期

    onCreate()
    onStart()
    onResume()
    onPause()
    onStop()
    onDestory()

    Fragment的生命周期

    onAttach()
    onCreate()
    onCreateView()
    onActivityCreated()
    onStart()
    onResume()
    onPause()
    onStop()
    onDestoryView()
    onDestory()
    onDetach()

    相关文章

      网友评论

          本文标题:Activity & Fragment lifecycle

          本文链接:https://www.haomeiwen.com/subject/cgwndttx.html