Download - App Development

Transcript

APPSHED 101

design( sort of )build (very quickly)

deploy (publish)

Play

Thursday, 31 January 13

BETT show 13 learn live lab Friday 1st Feb: Genevieve Smith-Nunes with her Alevel students from Sussex Downs College, Lewes.

DEVELOPMENT CYCLE• Problem definition

• Research

• Solution design

• Product design

• Build and test

Thursday, 31 January 13

This is iterative process using an Agile toolkit method.

PROBLEM: RESEARCH::SOLUTION

• Problem: working app in under an hour.

• Research: Ask the audience.

• Solution Design: Wireframing next time

Thursday, 31 January 13

APPSHED BASICS

Thursday, 31 January 13

APPSHED BASICS

Thursday, 31 January 13

Thursday, 31 January 13

Thursday, 31 January 13

if( Number(app.getVariable("num1")) + Number(app.getVariable("num2")) == Number(app.getVariable("result")) ) app.setVariable("displayText","Well done, correct!")else app.setVariable("displayText","Sorry, that's wrong. Please try again.")

Thursday, 31 January 13

FUNKY JAVASCRIPT

if( Number(app.getVariable("number1")) + Number(app.getVariable("number2")) == Number(app.getVariable("answer")) ) alert("Well done, correct!")else alert("Sorry, that's wrong. Please try again.")

Thursday, 31 January 13

SUSSEX DOWNS COLLEGE LEWES

Genevieve Smith-Nunes

@pegleggen

[email protected]

www.DigiMaka.com

Thursday, 31 January 13