"@override" tells the compiler that you are overriding a method from the parent class. This allows to customize the functionality of that method to your own needs. Some methods you are required to override by the design of the parent class.
On Tue, Feb 22, 2011 at 6:13 PM, Jeraldo <[email protected]> wrote: > hi, im just starting to learn android development. i have dont have > much background with java. my question is what does the "@override" > mean when developing android apps? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kevin Proverbs 21:6 I am dreaming of the day when we run our cars off water. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

