making your app - from the idea to your hand

20
Making your app From the idea to your hand

Upload: inmediatumcom

Post on 14-Apr-2017

371 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Making your app - from the idea to your hand

Making your appFrom the idea to your hand

Page 2: Making your app - from the idea to your hand

App building cycle

IdeaDesign

Coding Publishing

Learn Iterate

Page 3: Making your app - from the idea to your hand

Idea

Your app scope

What should it do? What the purpose of this app? Why are we doing this?

Page 4: Making your app - from the idea to your hand
Page 5: Making your app - from the idea to your hand

Design

Ideas features

Sketch

Mockup

Wireframe

Functionality layout

look & feel polish + icons

Prototype

Animation Feature test

Page 6: Making your app - from the idea to your hand
Page 7: Making your app - from the idea to your hand

This is nice!

Page 8: Making your app - from the idea to your hand

Coding

#include <customer.h> #include <talent.h> #include <expertise.h>

@implementation ProductCreation{ // while your app isn’t ready while(!app_ready){ // we keep coding keepCoding(); testing(); }

</ keep coding>

Page 9: Making your app - from the idea to your hand

we start coding

Page 10: Making your app - from the idea to your hand

Code booster

coding…

and keep coding & testing

Page 11: Making your app - from the idea to your hand

Publishing

Your app it’s ready!

Push all code to repository Setup production environment Setup analytics Wrap your app up for production Final testing on production Fill up app data in stores Upload app files

Page 12: Making your app - from the idea to your hand
Page 13: Making your app - from the idea to your hand

Learn

Collect data Analyse data Create new hypothesis Generate new ideas Start the cycle again

Page 14: Making your app - from the idea to your hand
Page 15: Making your app - from the idea to your hand

Timelines & Deadlines

Design & UX

Backend, Database & middleware

Mobile App

QA

Deployment

Week 1

Week 4

Week 8

Week 12

Week 14

CMS

every project timeline is unique

Page 16: Making your app - from the idea to your hand

Who is working on my app?

Page 17: Making your app - from the idea to your hand

• UX designer and UI Expert

• Backend engineer

• Web front-end engineer

• Android / iOS developer

• Product manager

Basic work cell

Page 18: Making your app - from the idea to your hand

What do I take home with me?

Page 19: Making your app - from the idea to your hand

• Wireframes, Mockups, Designs

• Source code (zipped version and in a online git repository)

• Binaries

• App uploaded to stores

Page 20: Making your app - from the idea to your hand

inmediatum.com