- 1
Making Web Browser/file explorer Using Java
Hi Everyone, I wanted to know is it possible to make a browser using java which has some basic features of advanced browsers like Google chorme? I don't need to copy the whole chorme browser,just basic features will do so. Another thing,if i can only create a simple browser(like i can only visit 1 site at a time) then i would rather try file explorer than making a simple browser,which one you suggest? Thanks in advance.
1 Antwort
+ 1
making a browser from scratch is a hard job... even "just for basic features"
if you want to make an android app, use the webview component to embed html / make your own browser ;P