When you create a new Android Activity from Eclipse, it comes with some default code put in, including the onCreate and onStart methods. Where can I edit this template to add new methods that I want to be created by default when new Android activities are created?
Share
Look at the template files located in android_home/tools/templates/activities/BlankActivity