Presentation @ Google Developer Group LA

Finally got to put all bits of information together and present on connecting JavaScript to Java on Android. It so happens that the hosts, Victorious, talked to me afterwards and indicated that they had to solve the same problem! They added a very valuable hint: when deploying to the Google Play store you have to exclude any HTML/JS files from being processed (obfuscated) by ProGuard, otherwise any reference to injected Java objects will be rewritten causing obvious problems.

Slides can be found here.