How to open an URL from code in the built-in web browser rather than within my application?
I tried this:
try { Intent myIntent = new Intent(Int
other option In Load Url in Same Application using Webview
webView = (WebView) findViewById(R.id.webView1); webView.getSettings().setJavaScriptEnabled(true); webView.loadUrl("http://www.google.com");