How to Enable Deep Links On Android
tag:code.tutsplus.com,2005:PostPresenter/cms-26317What Are Deep Links?Android deep links open a specific page within an app and optionally pass data to it. Developers may find deep links particularly...
View ArticleSpriteKit From Scratch: Constraints and Actions
IntroductionIn this tutorial, the second installment of the SpriteKit From Scratch series, you learn about constraints and actions. These features are used to easily add movement and animations to your...
View ArticleSpriteKit From Scratch: Constraints and Actions
tag:code.tutsplus.com,2005:PostPresenter/cms-26340IntroductionIn this tutorial, the second installment of the SpriteKit From Scratch series, you learn about constraints and actions. These features are...
View ArticleHow to Automate Screenshots With fastlane
In the iOS developer community, fastlane is a very popular tool nowadays. It takes a very tedious task, interacting with iTunes Connect, and makes it almost painless by automating most of it. We take a...
View ArticleHow to Automate Screenshots With fastlane
tag:code.tutsplus.com,2005:PostPresenter/cms-26151In the iOS developer community, fastlane is a very popular tool nowadays. It takes a very tedious task, interacting with iTunes Connect, and makes it...
View ArticleAndroid From Scratch: Understanding Views And View Groups
Aside from a handful of edge cases, every application that you build has some form of user interface. On Android, this is accomplished through the use of View and ViewGroup objects. In this article,...
View ArticleAndroid From Scratch: Understanding Views And View Groups
tag:code.tutsplus.com,2005:PostPresenter/cms-26043Aside from a handful of edge cases, every application that you build has some form of user interface. On Android, this is accomplished through the use...
View ArticleSpriteKit From Scratch: Physics and Collisions
IntroductionIn this tutorial, the third installment of the SpriteKit From Scratch series, we take a detailed look into the physics simulation functionality of SpriteKit and how this can be utilized in...
View ArticleSpriteKit From Scratch: Physics and Collisions
tag:code.tutsplus.com,2005:PostPresenter/cms-26413IntroductionIn this tutorial, the third installment of the SpriteKit From Scratch series, we take a detailed look into the physics simulation...
View ArticleHow to Build a Pebble Application
What You'll Be CreatingThe Pebble smartwatch has been around since its very successful Kickstarter campaign in 2012 and is a popular choice amongst smartwatch users. This is due to its excellent...
View ArticleHow to Build a Pebble Application
tag:code.tutsplus.com,2005:PostPresenter/cms-26174What You'll Be CreatingThe Pebble smartwatch has been around since its very successful Kickstarter campaign in 2012 and is a popular choice amongst...
View ArticleTelerik: You Know Angular. Now You Know Mobile.
Angular is one of the most widely used JavaScript frameworks today. With its simple and flexible component-based approach, it has managed to revolutionize the way data-driven web apps are created....
View ArticleTelerik: You Know Angular. Now You Know Mobile.
tag:code.tutsplus.com,2005:PostPresenter/cms-26485Angular is one of the most widely used JavaScript frameworks today. With its simple and flexible component-based approach, it has managed to...
View ArticleGetting Started With Ionic: Navigation
What You'll Be CreatingWe have covered quite a bit in this series already, including navigation. However, Ionic provides a few components that provide additional features for building more functional...
View ArticleGetting Started With Ionic: Navigation
tag:code.tutsplus.com,2005:PostPresenter/cms-26486What You'll Be CreatingWe have covered quite a bit in this series already, including navigation. However, Ionic provides a few components that provide...
View ArticleNew Coffee Break Course: Use the Microphone With Ionic
Ionic is a cross-platform mobile framework that allows you to develop for Android and iOS using just HTML and JavaScript. Thanks to the inclusion of Cordova, Ionic developers have access to numerous...
View ArticleNew Coffee Break Course: Use the Microphone With Ionic
tag:code.tutsplus.com,2005:PostPresenter/cms-26504Ionic is a cross-platform mobile framework that allows you to develop for Android and iOS using just HTML and JavaScript. Thanks to the inclusion of...
View ArticleSpriteKit From Scratch: Visual and Audio Effects
IntroductionIn this tutorial, the fourth installment of the SpriteKit From Scratch series, we look at the various visual and audio features SpriteKit provides to add some more detail and variety to...
View ArticleSpriteKit From Scratch: Visual and Audio Effects
tag:code.tutsplus.com,2005:PostPresenter/cms-26448IntroductionIn this tutorial, the fourth installment of the SpriteKit From Scratch series, we look at the various visual and audio features SpriteKit...
View ArticleHow to Secure an iOS App
Security is a key aspect of software development. Almost every mobile application deals with user information or communicates with a remote server. Even though security has improved dramatically over...
View Article