How can we view webpages in our android application without opening browser?
问题 Hey i am developing an android application , and i want to connect to web inside that application. However i have tried WebView to someextent but its displaying file's on my directory fine but when connecting to google.com it display's an error ! Then i added this file <uses-permission android:name="android.permission.INTERNET" /> in my Manifest.xml and now the the url(google.com) is being displayed in the browser Any help how i can open the browser inside my application ? 回答1: Using webview.