Your First Mobile Apps




CS185c

Chris Pollett

Jan. 30, 2012

Outline

Simulators versus Emulators

Creating a Project

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

XCode 4 versus Earlier

A Simple Project

Quiz

Which of the following is true?

  1. iPhones do not have RAM memory; they only use Flash memory.
  2. Only two screen sizes are allowed for Android devices.
  3. iOS is based on Unix and Android is based on Linux.

Interface Builder

An image of Interface Builder.

More on Interface Builder

Setting Attributes of a UI Component

Compiling Our Program

Changing the Application Icon

Creating an Android Program