Skip to content Skip to sidebar Skip to footer

What Are The Limitaions And Inabilities While Using Html5 In Android? And What Are The Advantages Using Html5 In Android?

What are the limitaions and inabilities while using HTML5 in android? And what are the advantages using HTML5 in android? I have researched the web for a while, but i cant get any

Solution 1:

The biggest advantage of HTML 5 in my opinion is te independency of platform and the huge compatiblity when rendering xml-based formats like SVG. However, HTML5 apps will never have the robust strength of a native app. I found that combining HTML(in a webview) with the standard Android Java environment works really well. By implementing a javascript interface, which is really easy to do, you can communicate between your HTML content and your native android app. This way you can use the compatibility advantages of HTML together with the power and features of a native android app.

Solution 2:

The google io had a prrsentation on it: http://www.youtube.com/watch?v=4f2Zky_YyyQ&noredirect=1.

Post a Comment for "What Are The Limitaions And Inabilities While Using Html5 In Android? And What Are The Advantages Using Html5 In Android?"