Mobile Development Best practices

Compiled from various online resources:

* Learn and use web standards.

* Make cross-browser testing part of your tool-chain.

* Learn how to remote-debug mobile devices (Firefox, Chrome).

* Learn how to use device emulators (Firefox, Chrome).

* Start testing on real mobile devices, on a variety of devices and network speeds, if possible (or simulate these speeds with developer tools).

* Try testing on mobile and desktop with services like BrowserStack via their Real Device Cloud

Track emerging technologies and maturing standards.

References:
Doubling Down on Cross-Browser Testing

Comments