In this section, you will be creating an Android Auto Xamarin project in Visual Studio:
- Start Visual Studio 2017.
- Go to File | New | Project
- Select Blank App (Android)
- Name the project MyPodCast and click OK
The following screenshot shows the MyPoadCast Blank App (Android):
![](https://static.packt-cdn.com/products/9781788473354/graphics/assets/263c921e-dbd5-4568-9135-c05dd1a34d77.png)
MyPodCast Blank App (Android)
- Once the project is created, you will see Solution Explorer showing the project's structure.
The following screenshot shows the MyPodCast that we created and the project structure in Solution Explorer:
![](https://static.packt-cdn.com/products/9781788473354/graphics/assets/f8b0543c-0ce3-4bb8-88d1-51142631ed17.png)
New MyPodCast project
- Click on Solution 'MyPodCast' (1 project), which is found in Solution Explorer and press CTRL + S to save the project.
- Right-click on MyPodCast project | Open Folder in File Explorer and Windows File Explorer will open the MyPodCast folder. Here, you will find the files and directories that were created...