Android Asynchronous Http Client : @override Onsuccess(int Statuscode, Header[] Headers, String Content)
I'm trying to get cookie from server response (from Headers). I built library from source : https://github.com/loopj/android-async-http and add it to my project. Here i try to ove
Solution 1:
Headers type supposed to be org.apache.http.Header[] instead of Header[]
Post a Comment for "Android Asynchronous Http Client : @override Onsuccess(int Statuscode, Header[] Headers, String Content)"