Swift From Scratch: An Introduction to Functions
tag:code.tutsplus.com,2005:PostPresenter/cms-22879To get anything done in Swift, you need to learn the ins and outs of functions. Functions are exceptionally powerful and flexible in Swift. The basics...
View ArticleCreate a Pokémon GO Style Augmented Reality Game With Vuforia: Image Targets
In this tutorial we'll dive back into the Vuforia Augmented Reality (AR) library, exploring one of its most interesting resources—the Image Target. We'll expand on the Shoot the Cubes game that we...
View ArticleCreate a Pokémon GO Style Augmented Reality Game With Vuforia: Image Targets
tag:code.tutsplus.com,2005:PostPresenter/cms-28246In this tutorial we'll dive back into the Vuforia Augmented Reality (AR) library, exploring one of its most interesting resources—the Image Target....
View ArticleSwift From Scratch: Function Parameters, Types, and Nesting
In the previous article, we explored the basics of functions in Swift. Functions, however, have a lot more to offer. In this article, we continue our exploration of functions and look into function...
View ArticleSwift From Scratch: Function Parameters, Types, and Nesting
tag:code.tutsplus.com,2005:PostPresenter/cms-23056In the previous article, we explored the basics of functions in Swift. Functions, however, have a lot more to offer. In this article, we continue our...
View ArticleSwift From Scratch: An Introduction to Classes and Structures
tag:code.tutsplus.com,2005:PostPresenter/cms-23197Up to now, we've covered the basics of the Swift programming language. If you followed along, you should now have a solid understanding of variables,...
View ArticleCode Your First Ionic 2 App: Getting Set Up
With the recent release of Ionic 2, you might be one of those hybrid app developers who wants to try it out. But maybe you're overwhelmed by the amount of learning needed to get started.That's why I...
View ArticleCode Your First Ionic 2 App: Getting Set Up
tag:code.tutsplus.com,2005:PostPresenter/cms-28469With the recent release of Ionic 2, you might be one of those hybrid app developers who wants to try it out. But maybe you're overwhelmed by the amount...
View ArticleAndroid Things: Understanding and Writing Drivers
tag:code.tutsplus.com,2005:PostPresenter/cms-28088In the previous article of this series, you learned about the various types of peripheral input and output devices and connections that can be used...
View ArticleCode Your First Ionic 2 App: A Photo Sharing App
In this two-part tutorial series, you're learning how to create your very first Ionic 2 app. Now that you've set up your development environment and learned about the development workflow in Ionic 2,...
View ArticleCode Your First Ionic 2 App: A Photo Sharing App
tag:code.tutsplus.com,2005:PostPresenter/cms-28471In this two-part tutorial series, you're learning how to create your very first Ionic 2 app. Now that you've set up your development environment and...
View Article10 Best Weather App Templates
CodeCanyon offers a wide range of application templates to get your app project up and running quickly. In this article, I'll show you the top ten weather templates you can choose from to kick start...
View Article10 Best Weather App Templates
tag:code.tutsplus.com,2005:PostPresenter/cms-28480CodeCanyon offers a wide range of application templates to get your app project up and running quickly. In this article, I'll show you the top ten...
View ArticleNew Course: Go Further With Swift
What You'll Be CreatingAre you ready to get beyond the basics of iOS app programming and tackle some more advanced topics?If so, you should check out our new course, Go Further With Swift: Animation,...
View ArticleNew Course: Go Further With Swift
tag:code.tutsplus.com,2005:PostPresenter/cms-28517What You'll Be CreatingAre you ready to get beyond the basics of iOS app programming and tackle some more advanced topics?If so, you should check out...
View ArticleThe Right Way to Share State Between Swift View Controllers
What You'll Be CreatingA few years ago, when I was still an employee in a mobile consultancy, I worked on an app for a big investment bank. Big companies, especially banks, usually have processes in...
View ArticleThe Right Way to Share State Between Swift View Controllers
tag:code.tutsplus.com,2005:PostPresenter/cms-28474What You'll Be CreatingA few years ago, when I was still an employee in a mobile consultancy, I worked on an app for a big investment bank. Big...
View Article19 Best Mobile App Templates With AdMob Integration
Imagine that you're ready to kickstart your own mobile app development business. Chances are that you'd like to use best development practices for your first app, but that you want to code it quickly....
View Article19 Best Mobile App Templates With AdMob Integration
tag:code.tutsplus.com,2005:PostPresenter/cms-28532Imagine that you're ready to kickstart your own mobile app development business. Chances are that you'd like to use best development practices for your...
View ArticleSwift From Scratch: Closures
If you've worked with blocks in C or Objective-C or lambdas in Ruby, then you won't have a hard time wrapping your head around the concept of closures. Closures are nothing more than blocks of...
View Article