Your First Mobile Apps




CS185c

Chris Pollett

Aug. 30, 2009

Outline

Simulators versus Emulators

XCode Project Window

An image showing where the Detail View, Groups & Files, and Editor pane are for XCode.

More on Each Part of IDE Window

Creating a Simple Project

Quiz

Which of the following is true?

  1. iPhones come with more than 1Gb of dynamic (not static) RAM.
  2. Cocoa is a programming language.
  3. Android uses its own custom virtual machine for Java.

Interface Builder

An image the three panes of Interface Builder.

More on Interface Builder

Setting Attributes of a UI Component

Compiling Our Program

Changing the Application Icon

Creating an Android Program