HttpClient httpClient = new DefaultHttpClient(); // execute get/post/put or whatever httpClient.doGetPostPutOrWhatever(); // get cookieStore CookieStore cookieStore = httpClient.getCookieStore(); // get Cookies List<Cookie> cookies = cookieStore.getCookies(); // process...
'Android' 카테고리의 다른 글
android sqlite (0) | 2013.11.14 |
---|---|
android memory (0) | 2013.11.06 |
animation object animator (0) | 2013.10.31 |
How to use Jackson to deserialise an array of objects (0) | 2013.10.31 |
Endless Scrolling ListView in Android (0) | 2013.10.31 |