+ 3
How to merge of html with java?
I want to merge my java code with Html , Is there any possibilities to merge java and Html???
3 Answers
+ 13
I dont know if its still a thing but there used to be JSP for java to work with HTML.
JSP = Java Server Pages
+ 3
I have never heard of it and I think it is not possible, but I am sure that you can transform a HTML code (in general web code) in an android app by following these steps:
https://code.sololearn.com/W2nn352Y5aHM/?ref=app
+ 1
You probably mean using html in the frontend and Java in the backend. You can use forms, buttons, etc. in html, with the help of JavaScript, then send information to/from your Java backend using connectors. Read about Ajax.