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, […]
Building Your PHP Rest Service-Database Design
You may be thinking – “I am a web designer, I don’t know how to use MS SQL and SQL Studio.” The good news is […]
Building Your PHP Rest Service (step 6)
In the article for step 5, we began to get into the main functions of this read-only REST service. We now know how to gather unique […]
Building Your PHP Rest Service (step 5)
In the article for step 4, we looked at the contents of the trivia folder and the PHP code designed to retrieve the question/hint/answer for […]
Building Your PHP Rest Service (step 4)
In the article for step 3, we looked at the shared directory and the getPaging function. Although these are not used in our final solution […]
Building Your PHP Rest Service (step 3)
In the article for step 2, we continued building building our Representational State Transfer (REST) service by looking at files located in the objects directory. […]