Archive for Android

UnknownHostException Error – Android

If you are facing this error while making any server call.

Add <uses-permission android:name=”android.permission.INTERNET” /> tag just before Application tag.

 

:) njoy coding.