Posted by
sapan
on
- Get link
- Other Apps
<uses-permission android:name="android.permission.INTERNET" />
xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="app.skd.datacol">
<uses-permission android:name="android.permission.INTERNET" />
Recommend Network Library1. OKHTTP : http://square.github.io/okhttp/if you are developing networking application. I would recommend okhttp library it issimple and easy to use. it support both sync and async request. Earlier I was using asyncHTTP library.
Comments
Post a comment