Loading web pages in webview in android?
问题 i have a link for example,"http://google.com" , i need to load the web page in to my app either in web view or some other View, but not in default Browser of android , whether it is possible or not. Thanks 回答1: I think you want to load URL in webview within the application . If i am not wrong, then you can have: WebView browser = (WebView)findViewById(R.id.browser); browser.setWebViewClient(new WebViewClient() { /* On Android 1.1 shouldOverrideUrlLoading() will be called every time the user