Possible Duplicate:
Android Activity Life Cycle - difference between onPause() and OnStop()
Can anybody explain the life cycle of an activity in android? In my program or activity I called only oncreate()
but I didn't call onstart()
and onpause()
method. Will onstart()
and onpause()
be called by default?
Thanks