How to Build Highway Dodge With the Corona SDK
tag:code.tutsplus.com,2005:PostPresenter/cms-22829What You'll Be CreatingIntroductionIn this tutorial, you learn how to create, Highway Dodge, a simple, yet addictive, game. Highway Dodge is easy to...
View ArticleiOS 9: An Introduction to the Contacts Framework
IntroductionWith iOS 9, OS X El Capitan, and watchOS 2, Apple introduced a brand new framework, Contacts. This framework provides an object-oriented approach to working with the user's contact...
View ArticleiOS 9: An Introduction to the Contacts Framework
tag:code.tutsplus.com,2005:PostPresenter/cms-25599IntroductionWith iOS 9, OS X El Capitan, and watchOS 2, Apple introduced a brand new framework, Contacts. This framework provides an object-oriented...
View ArticleHow to Create Custom View Controller Transitions and Animations
IntroductionUIKit is a very powerful framework and provides various ways to transition between view controllers. Some of the animations provided by UIKit include horizontal sliding (via a push segue),...
View ArticleHow to Create Custom View Controller Transitions and Animations
tag:code.tutsplus.com,2005:PostPresenter/cms-25716IntroductionUIKit is a very powerful framework and provides various ways to transition between view controllers. Some of the animations provided by...
View ArticleHow to Use MVVM in a Universal Windows App
The Model-View-ViewModel (MVVM) pattern helps developers separate an application's business and presentation logic from its user interface. Maintaining a clear separation between application logic and...
View ArticleHow to Use MVVM in a Universal Windows App
tag:code.tutsplus.com,2005:PostPresenter/cms-25582The Model-View-ViewModel (MVVM) pattern helps developers separate an application's business and presentation logic from its user interface. Maintaining...
View ArticleNew eBooks Available for Subscribers
tag:code.tutsplus.com,2005:PostPresenter/cms-25867Do you want to learn more about data analysis with Python? How about iOS 9 game development, Django, or Swift 2? Our latest batch of eBooks will teach...
View ArticleHow to Recognize User Activity With Activity Recognition
Making an application context-aware is one of the best ways to offer useful services to your users. There are a few ways to do this, including building applications that use geofences and other...
View ArticleHow to Recognize User Activity With Activity Recognition
tag:code.tutsplus.com,2005:PostPresenter/cms-25851Making an application context-aware is one of the best ways to offer useful services to your users. There are a few ways to do this, including building...
View ArticleHow to Grow Your App Team
You can find a lot of online resources that help you on your way to make a successful app. Once you reach that point, you're looking to retain or even expand on that success.This is the moment that...
View ArticleAndroid From Scratch: An Overview of Android Application Development
tag:code.tutsplus.com,2005:PostPresenter/cms-25972IntroductionAs of early 2016, there are well over a billion people actively using Android, a Unix-like mobile operating system that runs on phones,...
View ArticleGoogle Fit for Android: History API
tag:code.tutsplus.com,2005:PostPresenter/cms-25856Google Fit is a platform that allows developers to build applications that are focused on user fitness data. One of the tools Google has provided is...
View ArticleDesigning for Apple Watch: Design Guidelines
tag:code.tutsplus.com,2005:PostPresenter/cms-26099Apple Watch offers a new medium to communicate with users. Using an app on a wearable device is vastly different than using it on your smartphone. To...
View ArticleAndroid From Scratch: Setting Up the Development Environment
tag:code.tutsplus.com,2005:PostPresenter/cms-25989So you've decided to take your first steps into learning about Android app development. Great choice. Android is currently the most widely used...
View ArticleLearn About Fastlane in Our Coffee Break Courses
tag:code.tutsplus.com,2005:PostPresenter/cms-26129Fastlane is a tool that every serious iOS developer should know. It was created out of the pain that came from interacting with iTunes Connect in its...
View ArticleDesigning for Apple Watch: Designing a Glance in Sketch
tag:code.tutsplus.com,2005:PostPresenter/cms-26133What You'll Be CreatingIf this is the first time you are designing for a wearable device, you will notice that there are some key differences compared...
View ArticleAndroid From Scratch: Building Your First Android Application
tag:code.tutsplus.com,2005:PostPresenter/cms-26024What You'll Be CreatingAfter taking a look at the current state of Android development and how to set up your development environment, in this lesson,...
View ArticleAn Introduction to Model View Presenter on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-26162When we are developing a complex application, we generally come across challenges that were probably tackled before and that already have some pretty...
View ArticleNew Course: JavaScript for Windows 10 Universal Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-26072What You'll Be CreatingNative applications have long been the realm of compiled languages, such as C and its cousins. But Microsoft wants to get web...
View Article