Introducing Vue and Weex for Native Mobile Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-28782Vue is a popular JavaScript framework for web apps with easy binding between data in memory and the user interface. Now Weex allows us to code native...
View ArticleSpriteKit Basics: Nodes
SpriteKit is Apple's 2D game engine—a rendering engine built on top of OpenGL. It was introduced with iOS 7, and each subsequent release has brought great additions to the framework. With the use of...
View ArticleSpriteKit Basics: Nodes
tag:code.tutsplus.com,2005:PostPresenter/cms-28785SpriteKit is Apple's 2D game engine—a rendering engine built on top of OpenGL. It was introduced with iOS 7, and each subsequent release has brought...
View ArticleQuick Tip: Enumerations in Swift
Enumerations are a common design pattern in many programming languages. While you may be familiar with enumerations in C and Objective-C, Swift's implementation of enumerations is significantly more...
View ArticleQuick Tip: Enumerations in Swift
tag:code.tutsplus.com,2005:PostPresenter/cms-23205Enumerations are a common design pattern in many programming languages. While you may be familiar with enumerations in C and Objective-C, Swift's...
View ArticleSwift Animation Basics
tag:code.tutsplus.com,2005:PostPresenter/cms-28859Â In my recent course Go Further With Swift, I showed you how to code a functional iOS weather app with live weather data, custom UI components, and...
View ArticleHow to Use Android O's Autofill Framework
Auto form fill, often shortened to just autofill, is a feature browsers have supported for years now. Most of us use it all the time. I, for one, find it indispensable during tasks such as filling out...
View ArticleHow to Use Android O's Autofill Framework
tag:code.tutsplus.com,2005:PostPresenter/cms-28811Auto form fill, often shortened to just autofill, is a feature browsers have supported for years now. Most of us use it all the time. I, for one, find...
View ArticleSecuring iOS Data at Rest: Protecting the User's Data
This is the first of three articles on securing user data at rest. In this post, we'll start off with the basics of protecting data on iOS so you can learn the current best practices for storing data...
View ArticleSecuring iOS Data at Rest: Protecting the User's Data
tag:code.tutsplus.com,2005:PostPresenter/cms-28527This is the first of three articles on securing user data at rest. In this post, we'll start off with the basics of protecting data on iOS so you can...
View ArticleGet Started With Ionic Services: Auth
One of Ionic's strengths is in the services that it offers on top of the framework. This includes services for authenticating users of your app, push notifications, and analytics. In this series, we'll...
View ArticleGet Started With Ionic Services: Auth
tag:code.tutsplus.com,2005:PostPresenter/cms-28705One of Ionic's strengths is in the services that it offers on top of the framework. This includes services for authenticating users of your app, push...
View ArticleSpriteKit Basics: Sprites
In this series, we're learning how to use SpriteKit to build 2D games for iOS. In this post, we'll continue our exploration of SpriteKit nodes, and learn about a special kind of node called a...
View ArticleLearn the Steps for Creating an Android App in Our New Course
tag:code.tutsplus.com,2005:PostPresenter/cms-28780Ready to create an Android app? Not so fast. Before you even start building your app, there are a lot of questions to answer. Who is it for? What will...
View ArticleSpriteKit Basics: Sprites
tag:code.tutsplus.com,2005:PostPresenter/cms-28816In this series, we're learning how to use SpriteKit to build 2D games for iOS. In this post, we'll continue our exploration of SpriteKit nodes, and...
View ArticleCreate an Intelligent App With Google Cloud Speech and Natural Language APIs
An application that truly understands a natural language is something sci-fi enthusiasts, programmers, and AI researchers have dreamed about for decades. Today, thanks to large advances in machine...
View ArticleCreate an Intelligent App With Google Cloud Speech and Natural Language APIs
tag:code.tutsplus.com,2005:PostPresenter/cms-28890An application that truly understands a natural language is something sci-fi enthusiasts, programmers, and AI researchers have dreamed about for...
View ArticleGet Started With Ionic Services: Push
In this tutorial, you're going to learn about Ionic Push, an Ionic service which makes it easy to send push notifications to your users.Ionic Push allows you to send push notifications to the users of...
View ArticleGet Started With Ionic Services: Push
tag:code.tutsplus.com,2005:PostPresenter/cms-28718In this tutorial, you're going to learn about Ionic Push, an Ionic service which makes it easy to send push notifications to your users.Ionic Push...
View ArticleEnsure High-Quality Android Code With Static Analysis Tools
In today's tutorial, we'll learn about how to ensure high-quality Android code in our projects using some static code analysis tools for Java. We'll look at Checkstyle, FindBugs, PMD, and Android...
View Article