I get the following Exception running my app:
java.net.SocketException: Permission denied (maybe missing INTERNET permission)
How do I solv
To request for internet permission in your code you must add these to your AndroidManifest.xml file
For more detail explanation goto https://developer.android.com/training/basics/network-ops/connecting