How to Add Core Location to our Weather App
It’s been over a year since we tackled weather on the HangZone blog. Longtime readers may recall our original weather app tutorial, followed by our five day forecast tutorial. In …
It’s been over a year since we tackled weather on the HangZone blog. Longtime readers may recall our original weather app tutorial, followed by our five day forecast tutorial. In …
Let’s say you’re building an application with a SQL database stored in the cloud. You’ve written a web API which you can call from you app to interact with the …
We’ve written extensively on iPhone and iPad development in the past, but never covered the Apple TV. As you may know, you can mirror the screen of your iPhone or …
This tutorial starts where Part 1 leaves off. If you haven’t read it, you can find it here. As a quick refresher, we are creating an application that highlights data …
Data Binding is a powerful and important tool in Windows development. Whether targeting UWP, WPF, Xamarin.Forms, or something else, binding is crucial to your app design. The idea of binding …
I just got Super Smash Bros Ultimate for the Nintendo Switch. The controls feel great, the stages look incredible, and the cast of characters is amazingly large. The Smash Bros …
We’ve written a few Xamarin.Forms tutorials on the HangZone blog lately. Maybe you’ve even made a Xamarin.Forms app of your own! It’s easy to deploy these apps directly to your …
If you’ve ever spent any time on Twitch, you’re likely familiar with speed running. Essentially, gamers try to complete video games as quickly as possible. Often aided by glitches and …
Xamarin.Forms is an excellent cross-platform tool for enterprise apps that don’t require a lot of platform specific functionality. These sort of apps tend to have a lot of tableviews for displaying …
Xamarin.Forms is a powerful tool that allows you to build native apps for iOS, macOS, Android, and UWP, largely from a single codebase. This codebase is able to then render …