Swift 3 – Getting User’s Location in iOS
In this video tutorial, we’ll get the user’s location in Swift 3 on iOS 10. There are a few steps in setting it up, so we’ll go through each one to make sure you can always get the location of … Continued
In this video tutorial, we’ll get the user’s location in Swift 3 on iOS 10. There are a few steps in setting it up, so we’ll go through each one to make sure you can always get the location of … Continued
Check out the first video in our video series on Swift 3. In this video tutorial we’ll discuss how to create a class in Swift 3, using an RPG game as an example. We’ll then show how to create a … Continued
Swift 3 is Apple’s newest version of the popular and highly advanced programming language for OS X and iOS. Swift is open source, so people have adopted it for backend servers and more! It’s a great language with a lot … Continued
In this video we’re going to add materials to our can model in Blender, from our previous videos. Check out the complete series starting with the first Blender tutorial video.
In this video we’re going to show you a few more tools to improve your modeling by using what you already know and adding a few more things on top to model something real. We’re going to do so by building … Continued
In this tutorial we’re going to show you a few more tools to improve your ability to manipulate models. Before we get started: Get the Blender shortcut cheat sheet. After this video, you’ll be able to scale your models and the distance … Continued
This Blender beginner tutorial will teach you how to begin modeling in 3d.
For this tutorial we’ll be discussing the observer design pattern using Green Robot’s EventBus library. The observer pattern allows us accomplish something extraordinary in software architecture. What that allows us to accomplish is low coupling, high cohesion. What that means … Continued
In this Android database tutorial, we’ll be using Active Android for our ORM, or object relational mapping to convert our database data into plain old Java objects (POJOs). This ORM saves us from having to write SQLite code, which is … Continued
In this Android development camera tutorial we take a look at using your Android device’s camera to capture a photo and then display that photo in an ImageView in your Android Activity.
If you need to enable Android developer mode and unlock the Android developer options on an Android device or Android emulator (AVD or Genymotion), follow the simple instructions below. Developer Options Enabling developer options on your Android phone or tablet … Continued
In this first part tutorial beginner series on Android development from the Electronic Armory, we start an Android Studio project from scratch. The application will display a basic interface which we will add logic to in the next tutorial. We’ll … Continued
Have a 3D model you want to include in your WebGL project using ThreeJS? Using Blender (a free and Open Source 3D software application), you can export that model into a WebGL compatible JSON file and load it into your … Continued
Wouldn’t it be cool to transmit your voice or other sounds over the FM airwaves to a nearby radio? Building the circuit from this micro FM transmitter schematic will allow you to hide it almost anywhere and will broadcast it’s … Continued
This is a simple circuit to demonstrate the forward voltage drop of three types of diodes: A Silicon Diode (1N34) A Germanium Diode (1N4148) A 3mm LED (Light Emitting Diode) Pressing switch 1 (S1) turns on the LED (LED2). The … Continued