o'reilly workshop - build your iphone app

14
Tuesday, April 14, 2009

Upload: oreilly-media

Post on 07-Nov-2014

4.030 views

Category:

Technology


0 download

DESCRIPTION

You can sign up for this two day workshop on iPhone Development at http://training.oreilly.com.

TRANSCRIPT

Page 1: O'Reilly Workshop - Build Your iPhone App

Tuesday, April 14, 2009

Page 2: O'Reilly Workshop - Build Your iPhone App

What’s this workshop all about?

The iPhone, of course!

Tuesday, April 14, 2009

Page 3: O'Reilly Workshop - Build Your iPhone App

You’ll make a flashlight application with different colors

What will I do in this workshop?

Tuesday, April 14, 2009

Page 4: O'Reilly Workshop - Build Your iPhone App

You’ll use URL requests and images to make an app that checks the status of websites

What will I do in this workshop?

Tuesday, April 14, 2009

Page 5: O'Reilly Workshop - Build Your iPhone App

You’ll master the tools you need to create iPhone apps: XCode and Interface Builder

What will I do in this workshop?

Tuesday, April 14, 2009

Page 6: O'Reilly Workshop - Build Your iPhone App

You’ll set breakpoints and debug your code

What will I do in this workshop?

Tuesday, April 14, 2009

Page 7: O'Reilly Workshop - Build Your iPhone App

You’ll use Table Views to organize and display your application data

What will I do in this workshop?

Tuesday, April 14, 2009

Page 8: O'Reilly Workshop - Build Your iPhone App

You’ll use Instruments to catch memory leaks

What will I do in this workshop?

Tuesday, April 14, 2009

Page 9: O'Reilly Workshop - Build Your iPhone App

object1 object2

which way should I turn?

right

which way should I turn?

left

which way should I turn?

right

You’ll take control of your objects with the Inversion of Control pattern

What will I do in this workshop?

Tuesday, April 14, 2009

Page 10: O'Reilly Workshop - Build Your iPhone App

model

controller

view

window

You’ll learn the secret of successful Cocoa Touch development: the Model View Controller pattern

What will I do in this workshop?

Tuesday, April 14, 2009

Page 11: O'Reilly Workshop - Build Your iPhone App

RootViewController

UIView

view

sitecheckerViewController

UIView

view

InfoViewController

sitecheckerAppDelegate

UIWindow

window

delegateUIApplication

NSMutableDictionary

NSMutableArray

siteKeyList

siteKeyDictionary

You’ll master the fundamentals so you can build your own apps

and sell them in the app store

What will I do in this workshop?

Tuesday, April 14, 2009

Page 12: O'Reilly Workshop - Build Your iPhone App

Most of all, you’ll have fun!

What will I do in this workshop?

Tuesday, April 14, 2009

Page 13: O'Reilly Workshop - Build Your iPhone App

How do I know if this workshop is for me?

• Do you want to learn how to create cool iPhone apps?2

• Do you want to sell iPhone apps in the app store?2

• Do you have a Mac laptop?2

• Are you new to Mac and iPhone development?2

• Do you have experience with an object-oriented programming language like Java or C#?

Then this workshop is for you!

Tuesday, April 14, 2009

Page 14: O'Reilly Workshop - Build Your iPhone App

How can I sign up?

http://training.oreilly.com/introiphoneapp/

Tuesday, April 14, 2009