Posts by Joel Henrique • 31 points
3 posts
-
0
votes0
answers65
viewsQ: Instantiating a Webview
I have a simple application that with a given link returns an html page. I’m doing this with a Webview, it’s working normally, but I don’t want the user to see the Webview on the mobile screen.…
-
2
votes2
answers152
viewsA: When do I use.metodo(). metodo()?
In a nutshell always when the method returns an object that will allow it to be accessed through the point. for example: I have this first class here, the Puppy class, which will have as attributes…
javaanswered Joel Henrique 31 -
1
votes1
answer40
viewsA: Problem with webview
you have to set a Webviewclient on your webView. it’s simple to do it, see: webView.setWebViewClient(new WebViewClient(){ public boolean overrideUrlLoading (WebView view, String url) {…