In this post, we will take a look at the AdMobView.cs and NotesPage used in our WetYourWhistle mobile app. Why do we have a routine […]
Xamarin Cross-Platform Solution Creating the Views Directory (AboutPage)
Now we get to create the individual Views used in our Xamarin cross-platform mobile app. Because many of these are quite similar, we will be […]
Xamarin Cross-Platform Solution Creating the Data Directory
Now we will be able to make the connection between the MySQL database designed previously and the individual models. This connection is enabled using the […]
Xamarin Cross-Platform Solution Creating the Models Directory
We will begin with our Models directory. This is not necessarily created by the template chosen in the beginning, so you may need to right-click […]
Creating the Visual Studio 2019 Xamarin Solution
We have a single Xamarin solution with a main project along with an individual project for each of the platforms being targeted. In this case, […]