Mobile Development is split into two categories. Native and Browser based. This tutorial bridges the two by creating a Hybrid App. The App is native, yet it is developed using the standard Web technologies like
Html and Javascript
The tutorial covers how-to
* Create a "CRUD" app that uses synchronization to keep the local data in sync with the Cloud.
* Use of the Android WebView component
* Create a Javascript-to-Java bridge
The HTML5/Javascript layer is built using the lightweight Jo HTML5 Mobile App Framework.
You can read more http://code.google.com/p/openmobster/wiki/HTML5SyncApp
Thanks


