Posts with tag future friendly

Webapp first: An approach to developing for mobile

Mobile web apps are not at the same level of native ones. Until browsers don’t implement HTML5 API specifications to access device hardware (device API, audio, video), implement push notifications, and improve general performance (animations, scroll) web apps will not be able to deliver the experience that can’t be reach through native development.

However, there are some advantages when taking a webapp first approach for mobile development.

Continue reading about Webapp first: An approach to developing for mobile...