What's New in iOS 10? Find Out in This Short Course
Want to start the New Year by getting up to date with all the latest changes in iOS 10? Our new short course, What's New in iOS 10, has you covered. In just 38 minutes, you'll get fully up to speed...
View ArticleWhat's New in iOS 10? Find Out in This Short Course
tag:code.tutsplus.com,2005:PostPresenter/cms-27949Want to start the New Year by getting up to date with all the latest changes in iOS 10? Our new short course, What's New in iOS 10, has you covered. In...
View ArticleCreate SiriKit Extensions in iOS 10
What You'll Be CreatingIntroductionSince Siri was introduced back in 2011, iOS developers have been asking for the possibility to integrate third-party apps with it. With the release of iOS 10 during...
View ArticleCreate SiriKit Extensions in iOS 10
tag:code.tutsplus.com,2005:PostPresenter/cms-27924What You'll Be CreatingIntroductionSince Siri was introduced back in 2011, iOS developers have been asking for the possibility to integrate third-party...
View ArticleFirebase Security Rules
Firebase Realtime Database security rules are how you secure your data from unauthorised users and protect your data structure. In this quick tip tutorial, I will explain how to configure your...
View ArticleFirebase Security Rules
tag:code.tutsplus.com,2005:PostPresenter/cms-27926Firebase Realtime Database security rules are how you secure your data from unauthorised users and protect your data structure. In this quick tip...
View ArticleGetting Started With a React Native App Template
Designing a React Native app from scratch is often a cumbersome process—especially the design part, because you have to plan for both Android and iOS devices. Not only that, but you also have to make...
View ArticleGetting Started With a React Native App Template
tag:code.tutsplus.com,2005:PostPresenter/cms-27957Designing a React Native app from scratch is often a cumbersome process—especially the design part, because you have to plan for both Android and iOS...
View ArticleNew Code eBooks Available for Subscribers
Do you want to learn more about developing iOS apps with Swift? How about building web applications with Go, or functional programming in JavaScript? Our latest batch of eBooks will teach you all you...
View ArticleNew Code eBooks Available for Subscribers
tag:code.tutsplus.com,2005:PostPresenter/cms-27982Do you want to learn more about developing iOS apps with Swift? How about building web applications with Go, or functional programming in JavaScript?...
View ArticleIntroduction to Android Things
For over a year, Google worked with the Project Brillo operating system (which was built on the lower levels of Android) for Internet of Things (IoT) connected devices, even going so far as to have...
View ArticleIntroduction to Android Things
tag:code.tutsplus.com,2005:PostPresenter/cms-27892For over a year, Google worked with the Project Brillo operating system (which was built on the lower levels of Android) for Internet of Things (IoT)...
View ArticleSwift from Scratch: Introduction
In 2014, Apple took the developer community by surprise with the introduction of Swift, a brand new programming language. Swift has come a long way, and it is hard to believe that the language is...
View ArticleSwift from Scratch: Introduction
tag:code.tutsplus.com,2005:PostPresenter/cms-22598In 2014, Apple took the developer community by surprise with the introduction of Swift, a brand new programming language. Swift has come a long way,...
View ArticleUsing the Speech Recognition API in iOS 10
What You'll Be CreatingIntroductionSiri has been a core feature of iOS since it was introduced back in 2011. Now, iOS 10 brings new features to allow developers to interact with Siri. In particular,...
View ArticleSwift From Scratch: Introduction
tag:code.tutsplus.com,2005:PostPresenter/cms-22598In 2014, Apple took the developer community by surprise with the introduction of Swift, a brand new programming language. Swift has come a long way,...
View ArticleUsing the Speech Recognition API in iOS 10
tag:code.tutsplus.com,2005:PostPresenter/cms-28032What You'll Be CreatingIntroductionSiri has been a core feature of iOS since it was introduced back in 2011. Now, iOS 10 brings new features to allow...
View ArticleSwift From Scratch: Variables and Constants
In the first article of Swift From Scratch, you learned about Xcode playgrounds and wrote your first lines of Swift. In this article, we'll start learning the fundamentals of the Swift programming...
View ArticleSwift From Scratch: Variables and Constants
tag:code.tutsplus.com,2005:PostPresenter/cms-22828In the first article of Swift From Scratch, you learned about Xcode playgrounds and wrote your first lines of Swift. In this article, we'll start...
View Article6 Do's and Don’ts for a Great Android User Experience
The most popular Android apps have something in common: they all provide a great user experience. In this post, I'll share some tips that will help your app stand out.Regardless of the kind of app you...
View Article