onCreateView method gets called when? and How many times in Activity life cycle?

后端 未结 4 947
甜味超标
甜味超标 2020-12-13 14:06

I wrote a little program looking like this:

package com.example.lifecycle;

import android.app.Activity;
import android.content.Context;
import android.os.Bu         


        
4条回答
  •  南笙
    南笙 (楼主)
    2020-12-13 14:19

    onCreateView calls = number of views in layout (create each view)

提交回复
热议问题