Why do you need super.onCreate(...) when you override the onCreate method at...

gav8979

New member
Joined
Sep 16, 2010
Messages
1
Reaction score
0
Points
1
...the beginning of an android app? What is it doing, what is the parent class?
So, it runs the needed code found in the parent's onCreate(), then of course afterwards you can add your app specific code.
 
Back
Top