From Web App to Android App

Notes for MobileCamp:Android presentation

Web apps more and more "self sufficient" on the client side -> good target for a standalone App on mobile devices.

Resons to make a mobile app from a web one:

  • you are proficient in web technologies but not on Android developmnent
    • like HTML5, CSS, JavaScript, but not Java
  • Mobile app can be published on App stores
    • App stores trendy, a new fashion
  • get some money

Reasons for self sufficiency:

HTML5

  • local storage
  • offline
  • geolocation

JavaScript

CSS