What exactly onCreate() method will do in a Fragment Life Cycle in an Android Application -


i confusing oncreate() method in both activity , fragment. oncreate() in fragment , differences oncreate() method between activity , fragment.please me learning myself.

thanks......

oncreate()

the system calls when creating fragment. within implementation, should initialize essential components of fragment want retain when fragment paused or stopped, resumed.


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -