Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ionic + Parse: Approccio value-driven per lo sviluppo mobile

Ionic + Parse: Approccio value-driven per lo sviluppo mobile

Presentation about value-driven approach for mobile development with Ionic Framework and Parse.com used during the AngularConf 2015. You can find information about Lean software development, Agile methodologies, Apache Cordova and AngularJS.

Nicola Sanitate

October 23, 2015
Tweet

More Decks by Nicola Sanitate

Other Decks in Programming

Transcript

  1. utente effettuare l’autenticazione accedere alle funzionalità private Come vorrei così

    da ————————
 ——————— Tech
 user story
  2. ITERAZIONE #1 • impostazione della struttura del progetto • connessione

    al DBMS • integrazione dell’email provider • setup dell’ambiente di test • …
  3. RETROSPETTIVA Quanto vale questo primo ciclo di sviluppo per l’utente?

    STOP DOING Sviluppare funzionalità senza valore per l’utente START DOING Sviluppare utilizzando
 gli strumenti giusti
  4. LET’S GET STARTED $ npm install -g cordova ionic $

    ionic start [options] <PATH> [template] blank tabs sidemenu
  5. Mobile OS APP IBRIDE Apache Cordova Services Sensors Input Graphics

    Web App HTML JavaScript CSS Resources HTML Rendering Engine (WebView) OS APIs HTML APIs JS APIs Cordova plug-ins OS APIs Accelerometer Geolocation Camera Media Compass Network Contacts Notification File Storage Custom Plug-ins Cordova Native APIs
  6. SCENARIO • Server REST • Connessione DBMS • Access control

    list • Integrazione email provider • …
  7. AUTENTICAZIONE • Login / Social login • Signup / Conferma

    email / Cambio password • Gestione degli accessi
  8. PROS & CONS • javascript • no back-end • develop

    once
 deploy everywhere • cordova != nativo • service provider limitati • costi