C
C
Cider Cherenkov2018-06-09 16:01:28
Android
Cider Cherenkov, 2018-06-09 16:01:28

How to build simple html/css/js into apk?

How to assemble a simple application into an .apk file in a simple way without using any SDK and other complex programs?
Specifically, this jsfiddle.net/39Lvo4wd needs to be placed in an android application, nothing more.
I searched for answers on the Internet, the only thing I found is https://github.com/jakewp11/HTML5_Android_Template but it is for Eclipse which does not work with android anymore.
Tell me, experienced programmers, where to start, where to look?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Davron Fayziev, 2018-06-09
@appendicit

Android has a WebView component, you can use it and throw all your files into the assets folder and from there call your html file in WebView!
And after compiling it all to apk
Here is a good tutorial Android WebView - Load From URL, Strings and Asset...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question