Possible Duplicate:
Android Activity Life Cycle - difference between onPause() and OnStop()
I was wondering - what is the difference between onCreate() and onStart() methods?
I think that onStart() is a redundant method. onCreate() will ALWAYS be called (At least in my last two projects).
Can any one explain the difference?