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 ?
Using webview.
add
<uses-permission android:name="android.permission.INTERNET" />in manifest file.main.xml file which used here.