转载请注明出处:http://blog.csdn.net/droyon/article/details/9119063
onAttach--onCreate--onCreateView--(onViewCreate)--onActivityCreate -- onStart--onResume
如果在onViewCreate方法内创建返回了View,那么会触发onViewCreate方法.
如果类存在构造方法,那么优先执行构造方法。
在退出时:生命周期
onPause--onStop--onDestoryView--onDestory--onDetach