判断题
错误(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
退出当前Activity时,依次调用了生命周期的onPause()、onStop()、onDestroy()方...
判断题退出当前Activity时,依次调用了生命周期的onPause()、onStop()、onDestroy()方法。
Activity创建时,执行了生命周期中的onCreate()方法。
判断题Activity创建时,执行了生命周期中的onCreate()方法。
通过FragmentManager的beginTransaction()可以开启FragmentTransac...
判断题通过FragmentManager的beginTransaction()可以开启FragmentTransaction。