new FinestWebView.Builder(getActivity()).showUrl(true).show("www.google.com");
java.net.MalformedURLException: Protocol not found: www.google.com
at java.net.URL.(URL.java:176)
at java.net.URL.(URL.java:125)
at com.thefinestartist.finestwebview.helpers.UrlParser.getHost(UrlParser.java:12)
com.thefinestartist.finestwebview.FinestWebViewActivity.initializeViews(FinestWebViewActivity.java:554)
new FinestWebView.Builder(getActivity()).showUrl(true).show("www.google.com");
java.net.MalformedURLException: Protocol not found: www.google.com at java.net.URL.(URL.java:176)
at java.net.URL.(URL.java:125)
at com.thefinestartist.finestwebview.helpers.UrlParser.getHost(UrlParser.java:12)
com.thefinestartist.finestwebview.FinestWebViewActivity.initializeViews(FinestWebViewActivity.java:554)