The GigaOM Network: Cleantech | Tech Insider | Gadget Gurus | Online Video | Open Source | Web Life | Research | Live Events | About | Contact

iPhone Dev Sessions: Adding Analytics to Your App

Written on August 10, 2009 by Henry Balanon and 12 people have commented

Welcome to another episode of TheAppleBlog’s iPhone Dev Sessions. We left off with a drum app tutorial called Bickboxx. For this tutorial, we’re building off of the first Bickboxx project, so go back and finish it if you haven’t already. Or if you want to cheat, grab the Bickboxx code from Github.
The Story
The Boss is [...]

iPhone Dev Sessions: Create a Drum App

Written on May 11, 2009 by Henry Balanon and 46 people have commented

You’ve seen all the different drum apps, right? Well, they’re really easy to make. In this iPhone Dev Sessions article, I want to teach you how to make Bickboxx, an actual app that’s in the iTunes App Store.
Grab Bickboxx (FREE) from the iTunes App Store if you want to see this puppy in action so [...]

iPhone Dev Sessions: Create a Navigation-Based Application

Written on April 15, 2009 by Keun Lee and 34 people have commented

In this tutorial, you will learn how to do the following:

Create and run a Navigation-Based Application from XCode
Create and add a user interface, designed in Interface Builder, as a sub-view to a navigation based application
Navigate to sub-views from a UITableView
Allow sub-views to access application data

Creating and Running a Navigation-Based Application in XCode
Let’s start off by [...]

iPhone Dev Sessions: How To Make An Orientation-Aware Clock

Written on April 08, 2009 by Henry Balanon and 33 people have commented

For this tutorial we’re going to build a simple clock that is orientation-aware, meaning that when you rotate your iPhone, the time rotates with it. I’m assuming you have a basic knowledge of the iPhone SDK.
To get started, you will need a label for the time and a background image. You will also need a [...]

iPhone SDK Tutorial: Build a Simple RSS reader for the iPhone

Written on August 04, 2008 by Jason Terhorst and 165 people have commented

With this I’m assuming you have a bit of familiarity with the iPhone SDK – you can download it for free from Apple’s site, and follow along here. We’re going to build an RSS feed reader for a simple feed (from The Apple Blog, no less).

Let’s get started

Open Xcode and choose the “File” menu, in [...]