Introduction to iOS Testing With UI Automation
Just imagine being able to write scripts that automatically interact with your iOS application and be able to verify the results. With UI Automation you can. UI Automation is a tool provided by Apple...
View ArticleIntroduction to iOS Testing With UI Automation
tag:code.tutsplus.com,2005:PostPresenter/cms-22730Just imagine being able to write scripts that automatically interact with your iOS application and be able to verify the results. With UI Automation...
View ArticleiOS 8: What's New in SpriteKit, Part 1
This tutorial gives an overview of the new features of the SpriteKit framework that were introduced in iOS 8. The new features are designed to make it easier to support advanced game effects and...
View ArticleiOS 8: What's New in SpriteKit, Part 1
tag:code.tutsplus.com,2005:PostPresenter/cms-22387This tutorial gives an overview of the new features of the SpriteKit framework that were introduced in iOS 8. The new features are designed to make it...
View ArticleSwift from Scratch: Collections and Tuples
In the previous article, you learned about variables, constants, and some of the common data types, such as integers, floats, and strings. In this article, we zoom in on collections. Swift's standard...
View ArticleSwift from Scratch: Collections and Tuples
tag:code.tutsplus.com,2005:PostPresenter/cms-22832In the previous article, you learned about variables, constants, and some of the common data types, such as integers, floats, and strings. In this...
View ArticleCreate a YouTube Client on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-22858What You'll Be CreatingThere are a lot of popular third party YouTube clients on Google Play, such as Viral Popup and PlayTube, that manage to offer...
View ArticleTuts+ is Hiring Android & Java Course Instructors
Are you an experienced Android developer looking for the next step in your career? Have you considered sharing your knowledge through teaching comprehensive online video courses?We're growing our Code...
View ArticleTuts+ is Hiring Android & Java Course Instructors
tag:code.tutsplus.com,2005:PostPresenter/cms-22929Are you an experienced Android developer looking for the next step in your career? Have you considered sharing your knowledge through teaching...
View ArticleiOS 8: What's New in SpriteKit, Part 2
This tutorial gives an overview of the new features of the SpriteKit framework that were introduced in iOS 8. The new features are designed to make it easier to support advanced game effects and...
View ArticleiOS 8: What's New in SpriteKit, Part 2
tag:code.tutsplus.com,2005:PostPresenter/cms-22465This tutorial gives an overview of the new features of the SpriteKit framework that were introduced in iOS 8. The new features are designed to make it...
View ArticleiOS 2014: A Year in Review
This time last year, I wrote that 2013 was the most significant year since the introduction of the iPhone. Looking back at 2014, it's clear that I'm going to need to reiterate those words. Apple blew...
View ArticleiOS 2014: A Year in Review
tag:code.tutsplus.com,2005:PostPresenter/cms-22952This time last year, I wrote that 2013 was the most significant year since the introduction of the iPhone. Looking back at 2014, it's clear that I'm...
View ArticleWhat's New in Android Lollipop
After months of speculation, hype and teasing, Google officially released Android 5.0 to the world on 12 November 2014. The SDK was made available on 3Â November. We already knew a lot about the...
View ArticleWhat's New in Android Lollipop
tag:code.tutsplus.com,2005:PostPresenter/cms-22806After months of speculation, hype and teasing, Google officially released Android 5.0 to the world on 12 November 2014. The SDK was made available on 3...
View ArticleCreate a Space Invaders Game in Corona: Project Setup
What You'll Be CreatingIn this three-part series, I will be showing you how to create a game inspired by the popular seventies game, Space Invaders. Along the way, you'll learn about Corona's scene...
View ArticleCreate a Space Invaders Game in Corona: Project Setup
tag:code.tutsplus.com,2005:PostPresenter/cms-22752What You'll Be CreatingIn this three-part series, I will be showing you how to create a game inspired by the popular seventies game, Space Invaders....
View ArticleSwift from Scratch: Optionals and Control Flow
In the previous articles, you learned some of the basic concepts of the Swift programming language. If you've programmed before, I'm sure you saw a few similarities with other programming languages,...
View ArticleSwift from Scratch: Optionals and Control Flow
tag:code.tutsplus.com,2005:PostPresenter/cms-22874In the previous articles, you learned some of the basic concepts of the Swift programming language. If you've programmed before, I'm sure you saw a few...
View ArticleQuick Tip: Leveraging the Power of Git Stash
Imagine that you're working on a feature in a Git-controlled software project. You're right in the middle of making some changes when you get a request to fix a critical bug. To start resolving the...
View Article