Customizing your activity
In the last step of the New Project wizard, you can customize a little bit of your activity. This customization is going to determine the names of some of your classes and resources files. You can also customize from this wizard the use of fragments or the navigation type.
The following screenshot shows the customization screen for an Empty Activity:
![Customizing your activity](https://static.packt-cdn.com/products/9781786467959/graphics/graphics/B05459_02_13.jpg)
The basic customization for the activity has the following options:
- Activity Name: Name of the main activity class.
- Layout Name: You can create a layout for your activity if you check the Generate Layout File option. This field lets you specify the name of the layout associated with your main activity, which will be created in the resources folder.
Depending on the type of activity selected in the previous steps, you can customize more parameters. The following screenshot shows the customization of Basic Activity:
![Customizing your activity](https://static.packt-cdn.com/products/9781786467959/graphics/graphics/B05459_02_14.jpg)
In addition to the activity and layout names, you can configure the following options:
- Title: This will be used...