Create a Balloon Racing Game in Unity Using the Microphone
tag:code.tutsplus.com,2005:PostPresenter/cms-21667What You'll Be CreatingIntroductionIn this tutorial, you'll learn how to create a 2D game using C# and Unity. We'll be taking advantage of Unity's...
View ArticleCreate a Weather App on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-21587What You'll Be CreatingA lot of the popular weather apps on Google Play are either full of ads, require too many permissions, or include features that...
View ArticleWindows Phone 8: An Introduction to XAML
tag:code.tutsplus.com,2005:PostPresenter/cms-20476Developing software is usually a two step process that involves developing the user interface and the business logic of the application. Windows Phone...
View ArticleEnhanced and Wearable-Ready Notifications on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-21868IntroductionNotifications are a very useful way to interact with your application's users and, with Android Wear, we now also have wearable devices...
View ArticleCore Data from Scratch: Subclassing NSManagedObject
tag:code.tutsplus.com,2005:PostPresenter/cms-218801. IntroductionEarlier in this series, we created Done, a simple application to learn more about the NSFetchedResultsController class. In that project,...
View ArticleWindows Phone 8: Controls and Properties
tag:code.tutsplus.com,2005:PostPresenter/cms-20487In this tutorial, you will be learning about some of the more popular Windows Phone controls. You will also be learning about the properties controls...
View ArticleIntroduction to Android Wear: The Basics
tag:code.tutsplus.com,2005:PostPresenter/cms-22042IntroductionIn March 2014, Google officially announced they were branching out into the world of wearables with the unveiling of Android Wear, a new...
View ArticleWindows Phone 8: Events and Navigation
In this tutorial, I'll be teaching you about the event model of Windows Phone. More importantly, we'll learn about navigation and how we can add it to an application to allow users to navigate between...
View ArticleWindows Phone 8: Events and Navigation
tag:code.tutsplus.com,2005:PostPresenter/cms-20493In this tutorial, I'll be teaching you about the event model of Windows Phone. More importantly, we'll learn about navigation and how we can add it to...
View ArticleiOS 8: Integrating Touch ID
tag:code.tutsplus.com,2005:PostPresenter/cms-21949In September 2013, Apple unveiled the latest iPhone with a range of hardware improvements. The most innovative feature of iPhone 5s was a thin metal...
View ArticleAccessing Native Features with Xamarin.Forms
1. Setting the StageWhen it comes to writing mobile applications, it's important to integrate with the platform specific features that are available to you when it makes sense. For instance, if you...
View ArticleAccessing Native Features with Xamarin.Forms
tag:code.tutsplus.com,2005:PostPresenter/cms-221031. Setting the StageWhen it comes to writing mobile applications, it's important to integrate with the platform specific features that are available to...
View ArticleWindows Phone 8: Working With Media Content
tag:code.tutsplus.com,2005:PostPresenter/cms-20490We can't imagine a mobile application without media content, such as images and sound. Media content is key for many applications. In this tutorial,...
View ArticleDevelop a 3D Skee Ball 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 throw the ball into the holes using the touch...
View ArticleDevelop a 3D Skee Ball Game With Unity
tag:code.tutsplus.com,2005:PostPresenter/cms-21891What 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: Concurrency
If you're developing a small or simple application, then you probably don't see the benefit of running Core Data operations in the background. However, what would happen if you imported hundreds or...
View ArticleCore Data from Scratch: Concurrency
tag:code.tutsplus.com,2005:PostPresenter/cms-22131If you're developing a small or simple application, then you probably don't see the benefit of running Core Data operations in the background. However,...
View ArticleiOS 8: Core Data and Batch Updates
Core Data has been around for many years on OS X and it didn't take Apple long to bring it to iOS. Even though the framework doesn't get as much attention as extensions or handoff, it continues to...
View ArticleiOS 8: Core Data and Batch Updates
tag:code.tutsplus.com,2005:PostPresenter/cms-22164Core Data has been around for many years on OS X and it didn't take Apple long to bring it to iOS. Even though the framework doesn't get as much...
View ArticleWindows Phone 8: Pivot And Panorama
The Windows Phone 8 platform has its own layout styles that make it stand out from any other mobile platform. These unique layouts are possible thanks to a few convenient built-in controls of the...
View Article