Latest Posts
Free Android Kotlin Course
I’m happy to introduce a course that I’ve been working on for over a year: Android development in Kotlin. Google introduced Kotlin, a language created by JetBrains. Kotlin is an officially supported language... READ MORE
2019 Plans Q1
The beginning of the year is a time to reflect and plan for your future to be successful in the new year. At the Electronic Armory, I have a lot planned for this... READ MORE
Geofencing – iOS Development in Swift 4 – 11
Determine when your user’s device goes in and out of particular area defined by a geofence. Geofences are geographic boundaries that you can define, such as a city boundary, an area around a... READ MORE
GPS Device Location – iOS Development in Swift 4 – 10
In this iOS Swift 4 tutorial, we’ll show you how to get the user’s device location and get updates to that location. We’ll put it in a for loop in case multiple locations... READ MORE
WebKit webview browser – iOS Development in Swift 4 – 09
In this Swift 4 tutorial, we’ll use Apple’s webkit webview (wkwebview) to display a webpage and navigate using a textfield for entering a URL and back and forward buttons by using the navigation... READ MORE
Web Services with Alamofire – iOS Development in Swift 4 – 08
In this iOS programming tutorial, we’ll use the Alamofire framework to download Bitcoin prices from a publicly available API that responds with JSON data and we’ll parse that JSON object using the Dictionary... READ MORE
Table View Controllers – iOS Development in Swift 4 – 07
In this iOS development tutorial, we’ll cover UITableViewControllers and how to delete rows from them by using the data source and delegate functions to customize our tableview. This video is part of... READ MORE
Passing Data Between View Controllers – iOS Development in Swift 4 – 06
In this Swift 4 tutorial, we’ll show you how to pass data between view controllers using a third object that will hold all of our data. We’ll pass data to this third object... READ MORE