Convert native Android to HTML5

I have a great Android app with over 20 actions. Now I have to make it cross-platform and additionally support iOS, Blackberry and Windows. The application should look the same on all platforms, and the graphical interface is developed only once.

Is it possible to automatically convert Android XML layouts to HTML + CSS? Which IDEs are good for working with PhoneGapp / Cordova, HTML, CSS, Javascript?

Thanks!

+4
source share
1 answer

No Hello_World, you cannot convert Android XML directly to HTML / CSS. you need to encode everything separately. You can use DREAMWEAVER for HTML and CSS.

For java script you can use WEB STORM IDE- (well, I did not use this ... but found and read it useful).

For a break in your Eclipse-good.but phone, you will not receive any hints for encoding a java script. That's why I suggest WEB STORM IDE, because it kills your time to find out about minor errors .. How not to close the tag, an additional apostrophe ... etc. etc.

0
source

All Articles