Creating a new Xamarin project
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 clickOK
The following screenshot shows the MyPoadCast Blank App (Android):

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
:

New MyPodCast project
- Click on
Solution 'MyPodCast' (1 project)
, which is found inSolution 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 theMyPodCast
folder. Here, you will find the files and directories that were created. Take note of this location and theMyPodCast.sln
file, which you will need to open in Visual Studio 2017 to start the project.
The following screenshot...