Posts by Daniel • 25 points
3 posts
-
1
votes1
answer317
viewsQ: Open link only with . com - Android Webview
In the code below, link with mcpack are open in the Webview application, however, sometimes it opens in the default browser, which I do? @Override public boolean shouldOverrideUrlLoading(WebView…
-
1
votes0
answers37
viewsQ: Android open only certain links in Webview
I have the following code: @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { if (url.contains("https://m.sendspace.com/") ||…
-
0
votes1
answer93
viewsQ: Android App closes when adding Firebase and cardview
Every time I add : compile 'com.android.support:cardview-v7:27.+' and compile 'com.google.firebase:firebase-core:16.0.6' Together the app just doesn’t work. How to resolve?…