Windows Phone 8 Succinctly: Introduction
There’s a New Kid in TownSmartphones and tablets are, without any doubt, the kings of the consumer market. Traditional computers won’t go away anytime soon, especially in the business world, but in...
View ArticleWindows Phone 8 Succinctly: Introduction
tag:code.tutsplus.com,2005:PostPresenter/cms-23216There’s a New Kid in TownSmartphones and tablets are, without any doubt, the kings of the consumer market. Traditional computers won’t go away anytime...
View ArticleCreate a Dancing Hangman Game in Corona: Project Setup
What You'll Be CreatingIn this two-part series, I will be showing you how to create the classic game of hangman. This version comes with a surprise ending, however. If you win the game the hangman does...
View ArticleCreate a Dancing Hangman Game in Corona: Project Setup
tag:code.tutsplus.com,2005:PostPresenter/cms-23018What You'll Be CreatingIn this two-part series, I will be showing you how to create the classic game of hangman. This version comes with a surprise...
View ArticleSwift from Scratch: Inheritance and Protocols
If you've read the previous articles of this series, you should have a good grasp of the fundamentals of the Swift programming language by now. We talked about variables, constants, and functions, and...
View ArticleSwift from Scratch: Inheritance and Protocols
tag:code.tutsplus.com,2005:PostPresenter/cms-23334If you've read the previous articles of this series, you should have a good grasp of the fundamentals of the Swift programming language by now. We...
View ArticleCreate a Live Wallpaper on Android Using an Animated GIF
Have you ever seen a beautiful animated GIF that loops seamlessly and wondered if you could use it as a live wallpaper on your Android device? Well, you can, and in this tutorial I am going to show you...
View ArticleCreate a Live Wallpaper on Android Using an Animated GIF
tag:code.tutsplus.com,2005:PostPresenter/cms-23088Have you ever seen a beautiful animated GIF that loops seamlessly and wondered if you could use it as a live wallpaper on your Android device? Well,...
View ArticleCreate a Dancing Hangman Game in Corona: Gameplay
tag:code.tutsplus.com,2005:PostPresenter/cms-23041What You'll Be CreatingIn the first part of this two-part series, we laid the foundation for transitioning between screens and for drawing the hangman...
View ArticleWindows Phone 8 Succinctly: The User Interface
tag:code.tutsplus.com,2005:PostPresenter/cms-23260What Is XAML? XAML is the acronym for Extensible Application Markup Language. It’s a markup language based on XML, and its purpose and philosophy are...
View ArticleSwift from Scratch: Delegation and Properties
In the previous tutorial, you created your first Swift project in Xcode, a simple to-do application. In this installment of Swift from Scratch, we're going to add the ability to create to-do items....
View ArticleSwift from Scratch: Delegation and Properties
tag:code.tutsplus.com,2005:PostPresenter/cms-23445In the previous tutorial, you created your first Swift project in Xcode, a simple to-do application. In this installment of Swift from Scratch, we're...
View ArticleCreating Compound Views on Android
When building complex applications, you'll often want to reuse the same group of views in various places of the application. One way to solve this problem is by creating a view that encapsulates the...
View ArticleCreating Compound Views on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-22889When building complex applications, you'll often want to reuse the same group of views in various places of the application. One way to solve this...
View ArticleCreating Your First Universal Windows App
tag:code.tutsplus.com,2005:PostPresenter/cms-23122Universal Windows apps enable you to target every Windows device in one solution. You develop once, share most of your code, and deploy on Windows,...
View ArticleWindows Phone 8 Succinctly: Core Concepts
In this tutorial, we'll cover some of the core concepts of Windows Phone development, such as asynchronous programming, navigation, and managing orientation changes. We'll also take a quick look at the...
View ArticleWindows Phone 8 Succinctly: Core Concepts
tag:code.tutsplus.com,2005:PostPresenter/cms-23261In this tutorial, we'll cover some of the core concepts of Windows Phone development, such as asynchronous programming, navigation, and managing...
View ArticleSwift from Scratch: Access Control and Property Observers
In the previous tutorial, we added the ability to create to-do items. While this addition has made the application a bit more useful, it would also be convenient to add the ability to mark items as...
View ArticleSwift from Scratch: Access Control and Property Observers
tag:code.tutsplus.com,2005:PostPresenter/cms-23487In the previous tutorial, we added the ability to create to-do items. While this addition has made the application a bit more useful, it would also be...
View ArticleIntroduction to Smart Watch App Development with Tizen
tag:code.tutsplus.com,2005:PostPresenter/cms-23005What You'll Be CreatingBecoming a smart watch app developer is a great idea, but what if you are an HTML developer? Will you be able to realize your...
View Article