At first: this is my first post here, so please tell me if I did something wrong :)
So... I wanted to ask how I could load a website without a webview. I'm trying to make an app that makes it easier to play a specific browser-game
My idea was to load the website and let my app show an activity based on the content of this loaded site. The app basically shows no WebViews. Or can I make the WebView invisible somehow?
As you might have already realized, I'm not that advanced with android/java programming. (although I'm not that bad at HTML/CSS and really basic C++) So please try to keep the codes short.
Thank you :)