How to give Internet access to android application

Add the INTERNET permission to your manifest file. You have to add this line: To perform network operations in your application, your manifest must include the following permissions. outside the application tag in your AndroidManifest.xml For Internet Permission: For Access network state: For Access WiFi state: Also Read: