Android Question want make app from existing html-site - where to begin? WebView ? witch Library useful ?

a6000000

Member
Licensed User
Longtime User
Hello,
have a small game, consists of html and javascript and css - without php.
On phone in the browser it works , even without a php SERVER: just start as FILE index.html from the memory card.

How does an app become, the app only has to call index.html and run like a browser.

// ( It would work with "Intel XDK" web site to app service, but I don't want to send my source code to the internet, so I prefer to use B4x. )


- which library should I look at, WebViewExtras?
- is there a sample javascript with html -> to app?
- Is that possible or do I have to rewrite everything, logic and buttens, css, htm ... rewrite in b4a?
 
Top