[오픈소스] Android Asynchronous Http Client

2020. 7. 10. 23:13개발자료/Android


반응형

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

 

 

반응형