IntelliJ IDEA 12.1.0 Web Help

Project Tool Window | context menu of a package with the application classes | New - Component


In this dialog box, specify the class that implements the new Android component, the component type, and the title to be displayed to the user.

ItemDescription
Name In this text box, type the name of the class that implements the component.
Kind In this drop-down list, specify the component type. The available options are:
Label In this text box, type the title that will be displayed to the user.

Note

  • If no title is specified, the label assigned to the entire application will be displayed.
  • No label is specified for a remote interface.
Mark as startup Activity Select this check box to have the new component of the type Activity displayed by default when the application starts.

Note

The check box is available only when the Activity component type is specified in the Kind drop-down list.

See Also

Reference:

Android:

Web Resources: