Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Category

Tutorials

Networking Made Easy With AFNetworking

Networking Made Easy With AFNetworking

Networking is hard. There are various moving parts involved and many factors need to be considered to make it work. Fortunately, a number of open-source libraries have emerged over time to make networking easier. AFNetworking, created and maintained by the people of Gowalla, is one such library. This tutorial will introduce you to the AFNetworking framework while also showing how to query the iTunes Store API!

Corona SDK: Create a Balloon Game

Corona SDK: Create a Balloon Game

In this tutorial series, you’ll learn how to create a Bloons Inspired game. The objective of the game is to shoot at the balloons to pop them all…Read on!

iOS SDK: UIView Animations

iOS SDK: UIView Animations

This iOS Quick Tip will teach you how to easily animate objects with UIKit. Whether you need sliding menus or flying monkeys, it’s easy to get it done, and this tip will show you how!

Working With CorePlot – Tuts+ Premium
plus

Working With CorePlot – Tuts+ Premium

When working with data intensive applications, a developer must often do more than just show lists of data records in a table view. The CorePlot library will allow you to add stunning data visualizations to your applications. Find out how in this Tuts+ Premium series!

Objective-C Categories

Objective-C Categories

Categories provide the ability to add functionality to an object without subclassing or changing the actual object. A handy tool, they are often used to add methods to existing classes, such as NSString or your own custom objects.

Analyzing Android Network Traffic

Analyzing Android Network Traffic

Network traffic analysis can be a vital part of the software debugging and testing process. This tutorial will teach you how to monitor all incoming and outgoing traffic on an Android device in order to better debug your applications!

Working With CorePlot – Tuts+ Premium
plus

Working With CorePlot – Tuts+ Premium

When working with data intensive applications, a developer must often do more than just show lists of data records in a table view. The CorePlot library will allow you to add stunning data visualisations to your applications. Find out how in this Tuts+ Premium series!

iOS SDK: NSNotification

iOS SDK: NSNotification

In today’s quick tip, you’ll learn about the NSNotification class while building a demo project to monitor changes in the device orientation. Let’s get started!

Corona SDK: Create an Alphabet Soup Game – Final Steps

Corona SDK: Create an Alphabet Soup Game – Final Steps

This entry is part 3 of 3 in the series Create an Alphabet Soup Game

Welcome to the final tutorial in our Alphabet Soup game series! In this tutorial, we’ll handle word selection and the steps necessary to build the final app.

Android Barometer Logger: Recording Sensor Data

Android Barometer Logger: Recording Sensor Data

Android content providers are an easy way to manage and expose data from an application, especially when backed by a database. You’ll see a fast way to provide a specific, quick implementation of both a database and a content provider in this tutorial.

Page 1 of 4112345678...Last »