Sunday, August 2, 2009

Tips and Tricks in using Eclipse: Override a method from a base class

It's a trick to increasing your productivity in using Eclipse to develope Java code, also apply to Android programming. For example, you want to override the method finish(), but you forget the spelling, or you are too laze to type it. Right click on any space on your source code, and invoke Source > Override/Implement Methods.


Select the desired method(s) to be inserted, also you can select the insertion point, click OK.


See, your code have been inserted.


It's a very useful and helpful practice for me.

3 comments:

Anonymous said...

thanks.... it helped me...

Unknown said...

Thank you.

Anonymous said...

You aint ready