Creating a Login Screen Using TextInputLayout
tag:code.tutsplus.com,2005:PostPresenter/cms-24168What You'll Be CreatingIntroductionIn this tutorial, I will talk again about Material Design. Google I/O 2015 was an important event for every Android...
View ArticleExploring the Android M Developer Preview
In May, Google announced the next version of the Android platform, Android M. While it’s still unknown what the "M" stands for (Marshmallow? Macaroon? Macadamia Nut Cookie?), you can already get your...
View ArticleExploring the Android M Developer Preview
tag:code.tutsplus.com,2005:PostPresenter/cms-24357In May, Google announced the next version of the Android platform, Android M. While it’s still unknown what the "M" stands for (Marshmallow? Macaroon?...
View ArticleiOS 9: Getting Started With SFSafariViewController
Mobile apps and viewing content on the web are ubiquitous now. For years, iOS developers have been charged with either creating their own web viewing experience inside their app or handing off the URL...
View ArticleiOS 9: Getting Started With SFSafariViewController
tag:code.tutsplus.com,2005:PostPresenter/cms-24260Mobile apps and viewing content on the web are ubiquitous now. For years, iOS developers have been charged with either creating their own web viewing...
View ArticleCreating Your First CocoaPod
IntroductionCocoaPods is a great tool to help with dependency management when building iOS or OS X applications. Having been around and well supported for years, CocoaPods' maturity is evident. While...
View ArticleCreating Your First CocoaPod
tag:code.tutsplus.com,2005:PostPresenter/cms-24332IntroductionCocoaPods is a great tool to help with dependency management when building iOS or OS X applications. Having been around and well supported...
View ArticleBuild a Hosted Web App on Android, iOS and Windows Using ManifoldJS
Recently at //BUILD/ 2015, Microsoft announced manifoldJS—the simplest way to build hosted apps across platforms. While John Shewchuk, Technical Fellow and the CTO for the Microsoft Developer Platform,...
View ArticleBuild a Hosted Web App on Android, iOS and Windows Using ManifoldJS
tag:code.tutsplus.com,2005:PostPresenter/cms-24444Recently at //BUILD/ 2015, Microsoft announced manifoldJS—the simplest way to build hosted apps across platforms. While John Shewchuk, Technical Fellow...
View ArticleCreating Onboarding Screens for Android Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-24465What You'll Be CreatingIntroductionIt doesn’t take a genius to understand that an app that makes new users feel welcome and comfortable is likely to...
View ArticleAn Introduction to Handoff
IntroductionWith iOS 8 and OS X Yosemite, Apple introduced a great new feature for developers to take advantage of, Handoff. Handoff allows apps to transfer data and application state information from...
View ArticleAn Introduction to Handoff
tag:code.tutsplus.com,2005:PostPresenter/cms-24349IntroductionWith iOS 8 and OS X Yosemite, Apple introduced a great new feature for developers to take advantage of, Handoff. Handoff allows apps to...
View ArticleGetting Started With ReactiveX on Android
IntroductionDeveloping a complex Android app that has lots of network connections, user interactions, and animations often means writing code that is full of nested callbacks. Such code, sometimes...
View ArticleGetting Started With ReactiveX on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-24387IntroductionDeveloping a complex Android app that has lots of network connections, user interactions, and animations often means writing code that is...
View ArticleiOS 9: Introducing Search APIs
tag:code.tutsplus.com,2005:PostPresenter/cms-24375IntroductionAt WWDC 2015, Apple officially announced iOS 9. In addition to many new features and improvements, this update also gives developers the...
View ArticleTelerik: Transform Your Mobile App From Idea to Reality
Creating a mobile application for multiple platforms requires a different approach than, for example, creating a desktop or web application. What does it take to go from an idea to a mobile application...
View ArticleTelerik: Transform Your Mobile App From Idea to Reality
tag:code.tutsplus.com,2005:PostPresenter/cms-24594Creating a mobile application for multiple platforms requires a different approach than, for example, creating a desktop or web application. What does...
View ArticleWhat Is EXC_BAD_ACCESS and How to Debug It
At one point or another, you will run into a crash caused by EXC_BAD_ACCESS. In this quick tip, you will learn what EXC_BAD_ACCESS is and what it is caused by. I will also give you a few tips to fix...
View ArticleWhat Is EXC_BAD_ACCESS and How to Debug It
tag:code.tutsplus.com,2005:PostPresenter/cms-24544At one point or another, you will run into a crash caused by EXC_BAD_ACCESS. In this quick tip, you will learn what EXC_BAD_ACCESS is and what it is...
View ArticleAn Introduction to Quartz 2D
What Is Quartz 2D?Quartz 2D is Apple's 2D drawing engine, an important component of the Core Graphics framework. You may often see Quartz 2D referred to as Core Graphics or simply CG.Quartz 2D uses the...
View Article