[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4099":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":29,"discoverSource":30},4099,"android-async-http","android-async-http\u002Fandroid-async-http","An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries.","https:\u002F\u002Fgithub.com\u002Fandroid-async-http\u002Fandroid-async-http#this-project-is-no-longer-maintained-and-is-currently-deprecated-and-insecure-to-use",null,"Java",10588,4038,747,119,0,2,3,71.3,"Apache License 2.0",false,"master",true,[24,25],"android","java","2026-06-12 04:00:21","Asynchronous Http Client for Android\n====================================\n[![Build Status](https:\u002F\u002Ftravis-ci.org\u002Fandroid-async-http\u002Fandroid-async-http.png?branch=master)](https:\u002F\u002Ftravis-ci.org\u002Fandroid-async-http\u002Fandroid-async-http)\n\nAn asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](https:\u002F\u002Fhc.apache.org\u002Fhttpcomponents-client-ga\u002F) libraries.\n\nChangelog\n---------\n\nSee what is new in version 1.4.11 released on 29th June 2020\n\nhttps:\u002F\u002Fgithub.com\u002Fandroid-async-http\u002Fandroid-async-http\u002Fblob\u002F1.4.11\u002FCHANGELOG.md\n\nJavadoc\n-------\n\nLatest Javadoc for 1.4.11 release are available here (also included in Maven repository):\n\nhttps:\u002F\u002Fandroid-async-http.github.io\u002Fandroid-async-http\u002Fdoc\u002F\n\nFeatures\n--------\n- Make **asynchronous** HTTP requests, handle responses in **anonymous callbacks**\n- HTTP requests happen **outside the UI thread**\n- Requests use a **threadpool** to cap concurrent resource usage\n- GET\u002FPOST **params builder** (RequestParams)\n- **Multipart file uploads** with no additional third party libraries\n- Tiny size overhead to your application, only **60kb** for everything\n- Automatic smart **request retries** optimized for spotty mobile connections\n- Automatic **gzip** response decoding support for super-fast requests\n- Optional built-in response parsing into **JSON** (JsonHttpResponseHandler)\n- Optional **persistent cookie store**, saves cookies into your app's SharedPreferences\n- Support sni with Conscrypt on older android device ([wiki](https:\u002F\u002Fgithub.com\u002Fandroid-async-http\u002Fandroid-async-http\u002Fwiki\u002FSupport-SNI-on-lower-android-device))\n\nExamples\n--------\n\nFor inspiration and testing on device we've provided Sample Application.  \nSee individual samples [here on Github](https:\u002F\u002Fgithub.com\u002Fandroid-async-http\u002Fandroid-async-http\u002Ftree\u002F1.4.11\u002Fsample\u002Fsrc\u002Fmain\u002Fjava\u002Fcom\u002Floopj\u002Fandroid\u002Fhttp\u002Fsample)  \nTo run Sample application, simply clone the repository and run this command, to install it on connected device  \n\n```java\ngradle :sample:installDebug\n```\n\nMaven\n-----\nYou can now integrate this library in your project via Maven. There are available two kind of builds.\n\n**releases, maven central**\n\nhttps:\u002F\u002Frepo1.maven.org\u002Fmaven2\u002Fcom\u002Floopj\u002Fandroid\u002Fandroid-async-http\u002F\n```\nMaven URL: https:\u002F\u002Frepo1.maven.org\u002Fmaven2\u002F\nGroupId: com.loopj.android\nArtifactId: android-async-http\nVersion: 1.4.11\nPackaging: JAR or AAR\n```\nGradle\n```groovy\nrepositories {\n  mavenCentral()\n}\n\ndependencies {\n  implementation 'com.loopj.android:android-async-http:1.4.11'\n}\n```\n\n**development snapshots**\nsnapshot might not be published yet\n\nhttps:\u002F\u002Foss.sonatype.org\u002Fcontent\u002Frepositories\u002Fsnapshots\u002Fcom\u002Floopj\u002Fandroid\u002Fandroid-async-http\u002F\n```\nMaven URL: https:\u002F\u002Foss.sonatype.org\u002Fcontent\u002Frepositories\u002Fsnapshots\u002F\nGroupId: com.loopj.android\nArtifactId: android-async-http\nVersion: 1.4.12-SNAPSHOT\nPackaging: JAR or AAR\n```\nGradle\n```groovy\nrepositories {\n  maven {\n    url 'https:\u002F\u002Foss.sonatype.org\u002Fcontent\u002Frepositories\u002Fsnapshots\u002F'\n  }\n}\ndependencies {\n  implementation 'com.loopj.android:android-async-http:1.4.11-SNAPSHOT'\n}\n```\n\nDocumentation, Features and Examples\n------------------------------------\nFull details and documentation can be found on the project page here:\n\nhttps:\u002F\u002Fandroid-async-http.github.io\u002Fandroid-async-http\u002F\n\n","android-async-http 是一个基于 Apache HttpClient 库构建的异步、回调式的 Android HTTP 客户端。其核心功能包括在非 UI 线程上执行 HTTP 请求，支持 GET 和 POST 参数构建器，多部分文件上传等功能，并且具有自动请求重试和 gzip 响应解码等优化特性，适用于移动网络环境下的高效数据交互。尽管项目已不再维护并被弃用，但在需要轻量级（约60KB）HTTP客户端解决方案的老项目中仍可作为参考。此外，它还提供了JSON响应解析和持久化cookie存储的支持，方便开发者快速集成到现有应用中。","2026-06-11 02:58:25","top_language"]