Posts Tagged ‘3g’

Understanding Model-View-Controller And Creating A Class Outline

Hi this is the third article in the series on Developing your first Apple iPhone App Store App Step-By-Step, if you missed the first article please check it out here:
Your First Apple iPhone App Store App

In the video below I quickly go over MVC, and then I outline my own process for outlining the classes in smaller apps when developing on my own, to come up with the classes I basically follow these steps:

Designing Your First Apple iPhone App

 

This is the second part of the Developing Your FIrst iPhone App video series that I am creating, specifically in this video I go through the simple design process i use in order to cut down on my development time.  It is important to know exactly where you’re headed before you write your first line of code, it’s been said that at least 1/3rd of your development time should be spent on design.

iPhone SDK Objective-C Cheat Sheet Updated

I have updated the Cheat Sheet on this site with larger headers as suggested by visitors to the site.  For those that don’t know this is a cheat sheet designed for beginners just getting started with the iPhone SDK who have some knowledge of C/C++ or Java providing comparisons with similar syntax in those languages for common Objective-C keywords.

Covered is:
Messages
Import
Self
Method Headers
Inheritance
Property and Synthesize
Interface
Implementation
Protocol
Id

Your First App Store App Step-By-Step – Part 1

This is the first in a series where we will be building a simple app based on the soundboard app that I created which is in the app store that can be found here.

Check out the video:

This video was embedded using the YouTuber plugin by Roy Tanck. Adobe Flash Player is required to view the video.

We’ll be learning:

1) Simple App Design

2) MVC Basics