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

来源:互联网 发布:淘宝企业店收费标准 编辑:程序博客网 时间:2024/05/18 00:39

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.



原创粉丝点击