Hi all,
I was away from construct for a while creating a proof of concept html5 to java wrapper / compiler and I somewhat succeeded with a published on android market app:
https://play.google.com/store/apps/details?id=com.sugart.wallpapers
it still uses much "hacks" to make most of the work in native java, but i managed to make a basic template to compile:
html files to activities (with lots of manual work)
global js file as a global class
some js functions to native java functions (ie. alert to toast)
some basic html elements to views (img to imageview, button to buttonview, p to textview, etc)
as I said before it still uses native java for facebook sdk, setting wallpapers, accessing gallery, admob ads, in app purchases etc. but i got the basics running and it was really fun to create this app and (as a webdeveloper) to learn java for android this way, so I would be more than happy if you test it and let me know what you think?
cheers!