[오픈소스] Android Asynchronous Http Client
2020. 7. 10. 23:13ㆍ개발자료/Android
반응형
Android 비동기 Http 통신 모듈
○ GET
○ POST
○ Upload File
Android Asynchronous Http Client
View Code on GitHub Overview An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All requests are made outside of your app’s main UI thread, but any callback logic will be executed on the same thread as
loopj.com
반응형
'개발자료 > Android' 카테고리의 다른 글
[Vungle] 광고가 로드 되지 않는 문제 (2) | 2020.07.13 |
---|---|
GAID(Google’s advertising ID)값 가져오기 (0) | 2020.07.12 |
Android 에서 제공하는 벡터 이미지(Vector Image) 사용하기 (0) | 2020.07.09 |
안드로이드 Platform Version(OS Version) - API Level 테이블 (0) | 2020.07.09 |
[Exception] Synchronous ResponseHandler used in AsyncHttpClient. (0) | 2020.07.07 |