When should super.onResume() be called?

后端 未结 3 875
孤城傲影
孤城傲影 2020-12-29 22:43

When should super.onResume(); be called, on the first line of onResume() or on the last line?

protected void onResume() {
    Log.i         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-29 23:09

    there is an example on the following link:

    Android -- How to properly handle onPause/onResume methods?

提交回复
热议问题