RestService
Java
code posted
created at 14 Mar 20:10
Edit
|
Back
1 2 3 4 5 6 7 8 |
public RestService(Handler mHandler, Context mContext, String url){ this.mHandler = mHandler; this.mContext = mContext; this.url = url; params = new ArrayList<ParcelableNameValuePair>(); headers = new ArrayList<ParcelableNameValuePair>(); } |
261 Bytes in 3 ms with coderay