您的位置:首页 > 理论基础 > 计算机网络

Android Asynchronous Http Client--Android异步Http框架

2013-11-06 17:47 387 查看
Android异步Http框架

http://loopj.com/android-async-http/

https://github.com/loopj/android-async-http

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 the callback was created using Android’s Handler message passing.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: