Google I/O 2015 Aftermath
tag:code.tutsplus.com,2005:PostPresenter/cms-24124Every year developers sit on the edge of their seats waiting for Google I/O to come along and wow us with the introduction of new features, services,...
View ArticleHow to Use Kotlin in Your Android Projects
IntroductionKotlin, the open source programming language designed by JetBrains, is becoming increasingly popular among Java developers. It is often touted as Java's successor. Compared to Java, it...
View ArticleHow to Use Kotlin in Your Android Projects
tag:code.tutsplus.com,2005:PostPresenter/cms-24052IntroductionKotlin, the open source programming language designed by JetBrains, is becoming increasingly popular among Java developers. It is often...
View ArticleWWDC 2015 Aftermath
Earlier this week, Apple officially kicked off their annual WWDC (Worldwide Developers Conference) event in San Francisco. As always, the event began with a keynote during which Apple announced updates...
View ArticleWWDC 2015 Aftermath
tag:code.tutsplus.com,2005:PostPresenter/cms-24172Earlier this week, Apple officially kicked off their annual WWDC (Worldwide Developers Conference) event in San Francisco. As always, the event began...
View ArticleiOS 9: Getting Started with UIStackView
tag:code.tutsplus.com,2005:PostPresenter/cms-24193Like every iteration of iOS, iOS 9 brings forth a lot of new features. UIKit changes with every release of iOS, but one particular addition in iOS 9...
View ArticleGetting Started With Android: Creating a Customized Toolbar
Creating native Android apps allows you to deliver a first-class mobile experience to your users. In this short video tutorial from my recent Android course, I'll show you how to add a customized...
View ArticleGetting Started With Android: Creating a Customized Toolbar
tag:code.tutsplus.com,2005:PostPresenter/cms-24223Creating native Android apps allows you to deliver a first-class mobile experience to your users. In this short video tutorial from my recent Android...
View ArticleiOS 9: Staying Organized with Storyboard References
tag:code.tutsplus.com,2005:PostPresenter/cms-24226Even though storyboards have been around since iOS 5, many developers are reluctant to use them in their projects. A typical remark is that storyboards...
View ArticleAn Introduction to Kotlin
IntroductionEver since Apple released the Swift programming language for iOS, lots of Android developers have wanted a similar language for Android development. If you are one of those developers, you...
View ArticleAn Introduction to Kotlin
tag:code.tutsplus.com,2005:PostPresenter/cms-24051IntroductionEver since Apple released the Swift programming language for iOS, lots of Android developers have wanted a similar language for Android...
View ArticleA Fast, Accurate Way to Test Internet Explorer on iOS, Mac OS X, and Android
Earlier this year, the Microsoft team launched a new tool to make it easier to test sites in IE regardless of which platform you’re on; seriously! It’s part of their work on Microsoft Edge and its new...
View ArticleA Fast, Accurate Way to Test Internet Explorer on iOS, Mac OS X, and Android
tag:code.tutsplus.com,2005:PostPresenter/cms-24192Earlier this year, the Microsoft team launched a new tool to make it easier to test sites in IE regardless of which platform you’re on; seriously! It’s...
View ArticleCreate a Native Apple Watch App for watchOS 2
tag:code.tutsplus.com,2005:PostPresenter/cms-24201In this tutorial, you will learn how to take advantage of new APIs and functionality in watchOS 2 to make a native Apple Watch application. This...
View ArticleMobile Devices: the Gap Between Creation and Consumption
tag:code.tutsplus.com,2005:PostPresenter/cms-24288Can you create for the web using your mobile device?This question has erupted from the mouths of web designers and programmers since the earliest...
View ArticleAn Introduction to ClockKit
IntroductionAt WWDC 2015, Apple announced its first major update to the Apple Watch software, watchOS 2. This new update brought with it many new APIs and features for developers to take advantage of,...
View ArticleAn Introduction to ClockKit
tag:code.tutsplus.com,2005:PostPresenter/cms-24247IntroductionAt WWDC 2015, Apple announced its first major update to the Apple Watch software, watchOS 2. This new update brought with it many new APIs...
View ArticleColoring Android Apps with Palette
One of the defining features of material design is the use of color to compliment and emphasize content on the screen. Using the Palette class, developers can extract prominent colors from a bitmap for...
View ArticleColoring Android Apps with Palette
tag:code.tutsplus.com,2005:PostPresenter/cms-24096One of the defining features of material design is the use of color to compliment and emphasize content on the screen. Using the Palette class,...
View ArticleSwift 2.0: Exit Early With guard
Does 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 end of this tutorial. During this tutorial, I hope...
View Article