Top Banner
02 Getting Started with Mobile Programming
20

MELJUN CORTES Jedi slides mad-chapter02

Jul 29, 2015

Download

Documents

MELJUN CORTES
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: MELJUN CORTES Jedi slides mad-chapter02

02 Getting Started with Mobile Programming

Page 2: MELJUN CORTES Jedi slides mad-chapter02

Objectives

Page 3: MELJUN CORTES Jedi slides mad-chapter02

Getting Started

Page 4: MELJUN CORTES Jedi slides mad-chapter02

MIDlet Life Cycle

Page 5: MELJUN CORTES Jedi slides mad-chapter02

Hello, world! MIDlet

Page 6: MELJUN CORTES Jedi slides mad-chapter02

Hello, world! MIDlet

Page 7: MELJUN CORTES Jedi slides mad-chapter02

Hello, world! MIDlet

Page 8: MELJUN CORTES Jedi slides mad-chapter02

Hello, world! MIDlet

Page 9: MELJUN CORTES Jedi slides mad-chapter02

Hello, world! MIDlet

Page 10: MELJUN CORTES Jedi slides mad-chapter02

Mobile Application Devt

Page 11: MELJUN CORTES Jedi slides mad-chapter02

Using Netbeans

Page 12: MELJUN CORTES Jedi slides mad-chapter02

Create a Project

Page 13: MELJUN CORTES Jedi slides mad-chapter02

Create a Project

Page 14: MELJUN CORTES Jedi slides mad-chapter02

Create a MIDlet

Page 15: MELJUN CORTES Jedi slides mad-chapter02

Create a MIDlet

Page 16: MELJUN CORTES Jedi slides mad-chapter02

Create a MIDlet

Page 17: MELJUN CORTES Jedi slides mad-chapter02

Specify the MIDlet's name

Page 18: MELJUN CORTES Jedi slides mad-chapter02

Write the MIDlet Code

Page 19: MELJUN CORTES Jedi slides mad-chapter02

CompileandRun

the MIDlet

Page 20: MELJUN CORTES Jedi slides mad-chapter02

Summary