CHAPTER 7: Making Apps Interactive: Intents, Event Handling, and Menus 229
This will bring up the New Java Class dialog, which is shown in Figure 7-11. This dialog is initially
configured to create a Java subclass, by using the java.lang.Object superclass. In this case, since
you allowed Eclipse to invoke this dialog from your code, the name (EditGalaxy) is already provided
for you in the dialog, as is the project folder and package name, which Eclipse can also ascertain
from the project you are working on.
Figure 7-10. Using the Eclipse helper dialog Create class ‘EditGalaxy’ option to create your Intent object’s class
Figure 7-11. Browse for Activity superclass, select, click the OK button and the Finish button to create the new class