11
HOW I DEVELOP MOBILE WEB APPS Jorge Ramon MiamiCoder.com

How I Develop Mobile Web Apps

Embed Size (px)

Citation preview

Page 1: How I Develop Mobile Web Apps

HOW I DEVELOP MOBILE WEB APPS

Jorge Ramon

MiamiCoder.com

Page 2: How I Develop Mobile Web Apps

REQUIREMENTS GATHERING 1

Go to the people who know the most about what isneeded, preferably the future users of the app.

MiamiCoder.com

Page 3: How I Develop Mobile Web Apps

DEVELOPMENT ENVIRONMENT SETUP2

Set up my workstation, source control, code librariesand frameworks that I will use.

MiamiCoder.com

Page 4: How I Develop Mobile Web Apps

LOW FIDELITY UI PROTOTYPING3

Create low-fidelity prototypes of the UI. Short worksessions with the users or clients.

MiamiCoder.com

Page 5: How I Develop Mobile Web Apps

HIGH FIDELITY UI PROTOTYPING4

Make high-fidelity prototypes of the UI, based on thelow-fidelity prototypes. Keep working with users orclients.

MiamiCoder.com

Page 6: How I Develop Mobile Web Apps

UI CREATION WITH MOCK DATA5

Create working UI that users can test on emulator ordevice. Use mock data for screens, and simulatenetwork connections and other processes.

MiamiCoder.com

Page 7: How I Develop Mobile Web Apps

CLIENT-SIDE CONTROLLERS & SERVICES6

Mini-iterations of: Create behavior-driven tests,create controllers and wire screens to controllers.

MiamiCoder.com

Page 8: How I Develop Mobile Web Apps

SERVER-SIDE ENDPOINTS & SERVICES7

Mini-iterations of: Create behavior-driven tests forendpoints, create endpoints, create behavior-driventests for the services layer.

MiamiCoder.com

Page 9: How I Develop Mobile Web Apps

TESTS ON EMULATOR AND DEVICES8

End-to-end tests of the app on different emulatorsand devices. Functional & non-functional tests. Payextra attention to usability and performance.

MiamiCoder.com

Page 10: How I Develop Mobile Web Apps

PACKAGING9

Package the application for deployment throughenterprise portal or app store.

MiamiCoder.com

Page 11: How I Develop Mobile Web Apps

LEARN MORE!

Learn more about developing line-of-business mobile apps:

http://miamicoder.com/

MiamiCoder.com