Develop android Application using Html,Css and JavaScript -
i develop android application using html,css , javascript in android sdk. dont want use tool titanium , phone gap .
is possible make application using html,css , javascript ?
are android web apps native apps? can same functionality achieved through web apps?
if in comparison of native application , can 1 tell me proper way or provide me tutorial ?
the short answer: yes, can develop apps using html / css / javascript. take 2 webview tutorials , call me in morning.
the long answer: if want write apps android use html / css / javascript, you'll have @ least create native webview wrapper. relatively easy -- unless want hook native functions, such accelerometer, camera, or toast messages (the little messages pop when happens).
accessing native hardware , software through webview requires write javascriptadapter (available in android 2+), , define custom javascript methods in javascriptadapter. methods map java function, have access native os facilities.
frameworks such appcelerator , phonegap this, except they've written javascript functions you, saves having write yourself.
in sense, if you're going write app android using html / css / javascript, makes sense use framework. otherwise, you're doing work yourself.
Comments
Post a Comment