Swift 2.0: Exit Early With guard
tag:code.tutsplus.com,2005:PostPresenter/cms-24326Does it surprise you that I’m dedicating a tutorial to a simple addition as the guard statement? I hope you’ll better understand my excitement at the...
View ArticleSwift 2.0: Availability Checking
In this short tutorial, I’d like to focus on Swift’s brand new syntax for availability checking. If you’ve done any amount of iOS or OS X development, then I’m sure you know how tedious it can be to...
View ArticleSwift 2.0: Availability Checking
tag:code.tutsplus.com,2005:PostPresenter/cms-24340In this short tutorial, I’d like to focus on Swift’s brand new syntax for availability checking. If you’ve done any amount of iOS or OS X development,...
View ArticleDebugging Android Apps with Facebook's Stetho
IntroductionStetho is an open source debugging platform, developed by Facebook, that offers a rich and highly interactive debugging experience to Android developers. With Stetho, debugging native...
View ArticleDebugging Android Apps with Facebook's Stetho
tag:code.tutsplus.com,2005:PostPresenter/cms-24205IntroductionStetho is an open source debugging platform, developed by Facebook, that offers a rich and highly interactive debugging experience to...
View ArticleCreating Prototypes for iOS and Android With Framer: Basics
IntroductionThese days, you don’t need image editing software like Adobe Photoshop or Gimp to create user interface mock-ups for your mobile apps. An app that conforms to Google’s Material Design...
View ArticleCreating Prototypes for iOS and Android With Framer: Basics
tag:code.tutsplus.com,2005:PostPresenter/cms-24270IntroductionThese days, you don’t need image editing software like Adobe Photoshop or Gimp to create user interface mock-ups for your mobile apps. An...
View ArticlewatchOS 2: The Power of Animations
The new operating system for Apple Watch, watchOS 2, was introduced a couple of weeks ago at WWDC 2015. It brings a lot of improvements, mostly for developers looking to create an Apple Watch app....
View ArticlewatchOS 2: The Power of Animations
tag:code.tutsplus.com,2005:PostPresenter/cms-24302The new operating system for Apple Watch, watchOS 2, was introduced a couple of weeks ago at WWDC 2015. It brings a lot of improvements, mostly for...
View ArticleCreate a Bluetooth Scanner With Android's Bluetooth API
Bluetooth has become a very popular technology, especially on mobile devices. It's a technology to discover and transfer data between nearby devices. Virtually every modern mobile device has Bluetooth...
View ArticleCreate a Bluetooth Scanner With Android's Bluetooth API
tag:code.tutsplus.com,2005:PostPresenter/cms-24084Bluetooth has become a very popular technology, especially on mobile devices. It's a technology to discover and transfer data between nearby devices....
View ArticleBeyond the Basics With Framer
IntroductionIn my previous tutorial about Framer, you learned how to use layers, states, and events to create simple mock-ups for your iOS and Android apps. Framer has a lot more to offer though. In...
View ArticleBeyond the Basics With Framer
tag:code.tutsplus.com,2005:PostPresenter/cms-24294IntroductionIn my previous tutorial about Framer, you learned how to use layers, states, and events to create simple mock-ups for your iOS and Android...
View ArticleApple Tightens Security With App Transport Security
The importance of and attention for security on the web has increased substantially over the past few years. During this year's WWDC, Apple has made it clear that it plans to lead by example by...
View ArticleApple Tightens Security With App Transport Security
tag:code.tutsplus.com,2005:PostPresenter/cms-24420The importance of and attention for security on the web has increased substantially over the past few years. During this year's WWDC, Apple has made it...
View ArticleOverview of the Android Design Support Library
tag:code.tutsplus.com,2005:PostPresenter/cms-24234IntroductionDuring Google I/O 2015, Google introduced the Design Support Library for Android developers. This library makes it simple for developers to...
View ArticleWorking With App Resources on Windows Phone
tag:code.tutsplus.com,2005:PostPresenter/cms-24262What You'll Be CreatingIn previous tutorials, we learned about application resources, the MAT (Multilingual App Toolkit), and how to test a localized...
View ArticleAdvances in Testing With Xcode 7 and Swift 2
In the early days of iOS, tools to facilitate testing were not a major focus of Apple's Developer Tools team. This has gradually changed over the years with the introduction of the XCTest framework...
View ArticleAdvances in Testing With Xcode 7 and Swift 2
tag:code.tutsplus.com,2005:PostPresenter/cms-24469In the early days of iOS, tools to facilitate testing were not a major focus of Apple's Developer Tools team. This has gradually changed over the years...
View ArticleCreating a Login Screen Using TextInputLayout
What You'll Be CreatingIntroductionIn this tutorial, I will talk again about Material Design. Google I/O 2015 was an important event for every Android developer and design was of course part of the...
View Article