deepa
deepa

Reputation: 2494

how to implement html5 in android

I am new to HTML5 and phonegap. when i googled, i came to know that html5 can use in android but i dont know how to implement html5 for android application. Is there possible to use HTML5 with phonegap or can use html5 alone in android application. I am confused with using html5 and phoengap.

when i search how to use html5 in android i got code as

<html>
<head> 
<title>Cupertino Streaming</title>
</head>

<body>
 <video controls src="http://[wowza-address]:1935/vod/sample.mp4/playlist.m3u8">
 </video>

</body>
</html>

all these code are in html5 format.with this how i use along with android application. if i need to implement whether i need to use phonegap? can anyone please help to startoff android application with html5. Please provide some link and reference for learning html5 by myself.

Thanks in advance.

Upvotes: 1

Views: 2140

Answers (1)

Chamika Sandamal
Chamika Sandamal

Reputation: 24302

you dont need to do any specific implementation for android. just create a normal html5 page and android can read it.

see this site for sample implementation of html5 and css3.

Upvotes: 2

Related Questions