Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.27 KB

readme.md

File metadata and controls

28 lines (26 loc) · 1.27 KB

Articles about hybrid app development

Work in progress

  • touch events to make web apps feel fast
  • default mobile css overrides (-webkit-touch-callout: none; etc)
  • using zepto to make mobile web apps
  • client side templating and routing for quick loading apps
  • supporting retina devices with sprites
  • css3 flexible box model and column layouts for responsive web apps
  • using phonegap to deploy web apps as native
  • web first development workflow (chrome dev tools, safari debugging)
  • how to submit a web app to the app store + google play
  • cross platform mobile code via feature detection
  • real-time on the mobile web
  • when to use phonegap native plugins
  • using open source maps in html5 apps
  • custom designed html5 checkboxes and other form elements
  • consuming json APIs with a simple http client in javascript
  • efficiently syncing mobile data with JSON
  • minifying css and js for production with node and makefiles
  • event based programming for modular html5 apps
  • how to add real-time comments to your mobile app
  • how to add twitter and facebook oauth to your mobile web app
  • submitting html5 forms as json
  • hybrid app date pickers: should you go native or html5?
  • html5 geolocation in mobile and hybrid apps
  • binding data to UI in a modular way (without frameworks)