Posted inProgramming Projects
Building A Cross Platform App with Xamarin
So, I made an app. A for real, runs on things app. More accurately, I followed a little tutorial to make an app, as part of the Xamarin Challenge over at Thurrott.com. The app itself is a little weather app, it even includes location based weather and forecasting. I know this isn't particularly impressive but I think it's pretty neat. Part of the point of the exercise is that it show off the cross platform ability of Xamarin as a development plaform. The end app uses the same code and runs on Windows 10, iOS and Android. Unfortunately, I don't…