public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceS
Since the onCreate method is overridden, the super keyword is used to call the onCreate method of the base class. I think