Who doesn’t like a good app development tutorial? They’re usually concise and to the point and leave you feeling like you’ve picked up a practical new skill in under an hour. There are a couple of well known iPhone developers that have been cranking out tutorials on their personal sites, but today I want to focus on a new site I just discovered. Mobiletuts+ is platform agnostic, and covers Androd, iPhone and Windows phone development, as well as HTML5 based mobile apps. Their iPhone coverage currently includes 10 tutorials and an introduction to Objective C, with a new one being added every week. Some highlights:
- Learning About Touch Events & Basic Game Animation covers attaching a touch event to a custom button and triggering the animation of an object.
- First Steps With JSON Data Using the Twitter API focuses on adding JSON support to your iOS applications by demonstrating how to create a Twitter reading client app.
- Core Data: Your First Steps guides you through the process of creating a project with Core Data and shows you how to use it with a simple UITableViewController.
- Creating a Photo Gallery With Three20 teaches you how to use Facebook’s Three20 framework to create a photo gallery in your app.
- In-App Purchases is part one in a series on selling products and services “in-app” with the Store Kit framework
What are some of your favorite tutorial sites? Leave a note in the comments.