An Introduction to Swift: Part 2
tag:code.tutsplus.com,2005:PostPresenter/cms-21484In the first article of this introductory series on Swift, we talked about Swift's philosophy, took a first look at its syntax, and highlighted a few...
View ArticleCore Data from Scratch: More NSFetchedResultsController
In this tutorial, we continue our exploration of the NSFetchedResultsController class by adding the ability to update and delete to-do items. You'll notice that updating and deleting to-do items is...
View ArticleCore Data from Scratch: More NSFetchedResultsController
tag:code.tutsplus.com,2005:PostPresenter/cms-21777In this tutorial, we continue our exploration of the NSFetchedResultsController class by adding the ability to update and delete to-do items. You'll...
View Article10 Alternative Android App Stores
You've just written a great Android app and you're ready to make some money fromit. The most common route is probably to pay $25 to get it listed on Google Play. However, there are many alternatives to...
View Article10 Alternative Android App Stores
tag:code.tutsplus.com,2005:PostPresenter/cms-20999You've just written a great Android app and you're ready to make some money fromit. The most common route is probably to pay $25 to get it listed on...
View ArticleDevelop a Monkey Ball Inspired Game with Unity
What You'll Be CreatingIntroductionIn this tutorial, you'll learn how to create a mobile 3D game using C# and Unity. The objective of the game is to use the accelerometer to move the ball and reach the...
View ArticleDevelop a Monkey Ball Inspired Game with Unity
tag:code.tutsplus.com,2005:PostPresenter/cms-21416What You'll Be CreatingIntroductionIn this tutorial, you'll learn how to create a mobile 3D game using C# and Unity. The objective of the game is to...
View ArticleCore Data from Scratch: Migrations
In the previous articles of this series, we've encountered an annoying issue that we need to address. Whenever we modify the data model of a Core Data application, the persistent store becomes...
View ArticleCore Data from Scratch: Migrations
tag:code.tutsplus.com,2005:PostPresenter/cms-21844In the previous articles of this series, we've encountered an annoying issue that we need to address. Whenever we modify the data model of a Core Data...
View ArticleHTML5: Network Information API
IntroductionOne of the most discussed concepts in the world of the web design is responsive web design. Thousands of articles have been written on responsive web design and I therefore won't discuss it...
View ArticleHTML5: Network Information API
tag:code.tutsplus.com,2005:PostPresenter/cms-21598IntroductionOne of the most discussed concepts in the world of the web design is responsive web design. Thousands of articles have been written on...
View Article10 Xcode Plugins for iOS Development
A proper plugin architecture can mean all the difference for an integrated development environment. Sublime Text and TextMate are great examples. Did you know that Xcode also supports plugins? It...
View Article10 Xcode Plugins for iOS Development
tag:code.tutsplus.com,2005:PostPresenter/cms-21899A proper plugin architecture can mean all the difference for an integrated development environment. Sublime Text and TextMate are great examples. Did...
View ArticleGetting Started with Xamarin.Forms: Basics
1. Setting the StageEver since Xamarin came onto the stage several years ago, C# developers have been delighting in being able to create mobile applications that target non-Microsoft platforms. It's...
View ArticleGetting Started with Xamarin.Forms: Basics
tag:code.tutsplus.com,2005:PostPresenter/cms-215641. Setting the StageEver since Xamarin came onto the stage several years ago, C# developers have been delighting in being able to create mobile...
View ArticleSetting Up Push Notifications on iOS
IntroductionApple originally introduced push notifications to enable applications to respond to events if the application isn't running in the foreground. However, the operating system and iOS devices...
View ArticleWindows Phone 8: Platform Overview
tag:code.tutsplus.com,2005:PostPresenter/mobile-20387Developing mobile applications for Microsoft's Windows Phone platform is a straightforward process with many tools available to developers. In fact,...
View ArticleAn Introduction to Android Transitions
tag:code.tutsplus.com,2005:PostPresenter/cms-21640IntroductionThe Android transitions framework allows you to configure the appearance of changes in your app's user interface. You can animate changes...
View ArticleAdding Blur Effects on iOS
tag:code.tutsplus.com,2005:PostPresenter/cms-21488IntroductionWith iOS 7, we saw a shift in Apple's design paradigm for mobile devices. Not only did they adopt the so-called flat design, Apple also...
View ArticleWindows Phone 8: Creating Your First Application
tag:code.tutsplus.com,2005:PostPresenter/mobile-21175In this tutorial, you'll create your first Windows Phone 8 application. The aim of this article is to familiarize yourself with some of the building...
View Article