onCreate() --> onStart()--> onResume() onRestart() | onDestroy() <--- onStop() <---onPause()
禁用横竖屏切换的生命周期
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
转载于:https://www.cnblogs.com/feelbest/p/3696272.html
相关资源:数据结构—成绩单生成器