It's time to start building the app. Create a Mobile App (Xamarin.Forms). We will find that template under the Cross-Platform ta in the New Project dialog. We will name the project MeTracker.
Use .NET Standard as the code sharing strategy and select iOS and Android as the platforms.
Make sure that you are compiling using Android version Oreo (API level 26) or higher. We can set this in the project Properties under the Application tab.
Update the NuGet packages that was added by the template to make sure that we use the latest versions.