because you override a lot of methods , example ;when you create your Activity
( which extends Activity
) you need to override the method onCreate( Bundle savedInstanceState)
to initialize your Activity
, and so on , every time you override a method from a mother Class , eclipse add the annotation @override