An Introduction to Volley
tag:code.tutsplus.com,2005:PostPresenter/cms-23800Volley is a networking library developed by Google and introduced during Google I/O 2013. It was developed because of the absence, in the Android SDK,...
View ArticleAn Introduction to SceneKit: User Interaction, Animations & Physics
What You'll Be CreatingThis is the second part of our introductory series on SceneKit. In this tutorial, I assume you are familiar with the concepts explained in the first part, including setting up a...
View ArticleAn Introduction to SceneKit: User Interaction, Animations & Physics
tag:code.tutsplus.com,2005:PostPresenter/cms-23877What You'll Be CreatingThis is the second part of our introductory series on SceneKit. In this tutorial, I assume you are familiar with the concepts...
View ArticleQuick Tip: Add Facebook Login to Your Android App
Facebook Login provides a convenient and secure way for people to log in to an app without having to go through a sign-up process first. Using the latest version of Facebook's SDK for Android, it takes...
View ArticleQuick Tip: Add Facebook Login to Your Android App
tag:code.tutsplus.com,2005:PostPresenter/cms-23837Facebook Login provides a convenient and secure way for people to log in to an app without having to go through a sign-up process first. Using the...
View ArticleCreating a Weather Application for Mars Using Volley
What You'll Be CreatingIntroductionIn this tutorial, I will show you a possible use case of what we learnt in the previous article about Volley. We will create a weather application for Mars, using the...
View ArticleCreating a Weather Application for Mars Using Volley
tag:code.tutsplus.com,2005:PostPresenter/cms-23812What You'll Be CreatingIntroductionIn this tutorial, I will show you a possible use case of what we learnt in the previous article about Volley. We...
View ArticleDesign Patterns: Delegation
The delegation pattern is among the most common patterns in iOS and OS X development. It is a simple pattern that is heavily used by Apple's frameworks and even the simplest iOS application leverages...
View ArticleDesign Patterns: Delegation
tag:code.tutsplus.com,2005:PostPresenter/cms-23901The delegation pattern is among the most common patterns in iOS and OS X development. It is a simple pattern that is heavily used by Apple's frameworks...
View ArticleUsing Android's VectorDrawable Class
IntroductionWhile Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced a new class called VectorDrawable, which allows designers and developers to draw assets in a...
View ArticleUsing Android's VectorDrawable Class
tag:code.tutsplus.com,2005:PostPresenter/cms-23948IntroductionWhile Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced a new class called VectorDrawable, which...
View ArticleAn Introduction to Appium
What You'll Be Creating Automated testing is known to be very valuable to any programmer. It is a tool that allows the simulation of a person’s actions on a specific device and it’s favored because it...
View ArticleAn Introduction to Appium
tag:code.tutsplus.com,2005:PostPresenter/cms-23861What You'll Be Creating Automated testing is known to be very valuable to any programmer. It is a tool that allows the simulation of a person’s actions...
View ArticleiOS Fundamentals: UIAlertView and UIAlertController
Even if you've only dipped your toes into the world of iOS development, you almost certainly know about UIAlertView. The UIAlertView class has a simple interface and is used to present modal...
View ArticleiOS Fundamentals: UIAlertView and UIAlertController
tag:code.tutsplus.com,2005:PostPresenter/cms-24038Even if you've only dipped your toes into the world of iOS development, you almost certainly know about UIAlertView. The UIAlertView class has a simple...
View ArticleAutomating User Interface Testing on Android
IntroductionAndroid's Testing Support library includes the UI Automator framework, which can be used to perform automated black-box testing on Android apps. Introduced in API Level 18, the framework...
View ArticleAutomating User Interface Testing on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-23969IntroductionAndroid's Testing Support library includes the UI Automator framework, which can be used to perform automated black-box testing on Android...
View ArticleWatchKit Navigation, Transitions, and Contexts
IntroductionApple's WatchKit framework for developing Apple Watch applications provides several ways for you, as a developer, to present different types of interfaces to users of your app. This...
View ArticleWatchKit Navigation, Transitions, and Contexts
tag:code.tutsplus.com,2005:PostPresenter/cms-23938IntroductionApple's WatchKit framework for developing Apple Watch applications provides several ways for you, as a developer, to present different...
View ArticleGoogle I/O 2015 Aftermath
Every 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, and development tools. Last year Google focused on...
View Article