[오픈소스] Android Asynchronous Http Client
Android 비동기 Http 통신 모듈 ○ GET ○ POST ○ Upload File loopj.com/android-async-http/ 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
2020.07.10