Latest Posts
Kotlin Variables and Values – Kotlin Android – 03
In this video, we’re going to explain kotlin variables, how to define them, how to set or instantiate them, how to caste them and how they work under the hood.Make sure you subscribe... READ MORE
Android Studio Intro – Free Android Kotlin Course
In this first tutorial, we’ll cover the basics of Android Studio and the Kotlin programming language to begin our journey building out Android applications. This course will cover the basics and will get... READ MORE
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