What work has been done on cross-platform mobile development? [closed]

The HTML5 standard has support for releasing stand-alone HTML5 apps. Essentially a HTML5 app is a bundle of HTML5, JavaScript and CSS files that will run stand-alone in the browser of the desktop or device. You can distribute them like any other program, including selling them on the iStore for the iPhone.

The support for this is patchy at the moment but is likely to improve tremendously in the next year or two.

Google for HTML5 apps for information and resources. A good introduction to HTML5 is the online book “Dive Into HTML5” by Mark Pilgrim. This is a work in progress, but sufficiently complete to be useful.

Leave a Comment