A categorized collection of Android Open Source Projects, More powerful web version: - Trinea/android-open-project
android-major-https是一款 Android 上的 Http/Https 组件。内部使用Volley作为底层 Http 组件。主要特性有: 支持GET、 POST、 DELETE、 PUT、 HEAD 等; 支持Http、Https; 对Https 支持自定义证书验证、域名验证等; 支持Text、 Binary、 Json、 文件下载、 文件上传等; ...
import com.android.volley.Response; import com.android.volley.VolleyError; import com.microsoft.identity.client.AuthenticationCallback; import com.microsoft.identity.client.IAccount; import com.microsoft.identity.client.IAuthenticationResult; import com.microsoft.identity.client.IPublicClientApplication; import...
network caching, as well as other features that clean up networking code substantially. The first library that we looked into wasVolley, an open-source library written by Google. It’s currently used in AOSP Android as well as most of Google’s first-party applications. The other...
(109/519) Fetching project CyanogenMod/android_frameworks_volley Fetching project platform/hardware/intel/common/utils Fetching project CyanogenMod/android_hardware_cyanogen Fetching project CyanogenMod/android_external_doclava Fetching project CyanogenMod/android_external_ant-wireless_antradio-library Fetching ...
会有意识的合并榜单里多款同类型框架,来弥补单一框架的某些缺陷,比如将同为网络请求框架的Volley和Okhttp封装到一起应对不同场面的需求;会有意识的二次开发、修改源码来扩展榜单所提到的大型框架;能够在开发团队里推动、部署某些框架的能力——比如要在一个新加入的陌生团队说服leader和项目成员使用热更新、插件化、...
- Google / Volley (Apache License 2.0) Google发布的大规模并发加载库。原版不支持byte返回值,我这边稍加修改了。 - afollestad / material-dialogs (MIT License) 完美的Material Dialog兼容库! - futuresimple / android-floating-action-button (Apache License 2.0) 可以展开的FAB,动画效果很自然,但是不支持...
compile('com.github.hotchemi:permissionsdispatcher:${latest.version}') { exclude module: 'support-v13' } annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:${latest.version}' } repositories { jcenter() maven { url 'http://oss./artifactory/oss-snapshot-local/' } ...
61.volley 一句话介绍:google推荐使用的Android端网络请求框架 上榜理由:4.4k个star,并不是他不够优秀,而是使用volley已经渐渐成为广大开发者的习惯 github https://github.com/google/volley(新版volley地址) 作者:google 使用: clone源码到本地62.androidmvp一句话介绍:一款展示Android端Mvp设计的demo上榜...
compile 'com.mcxiaoke.volley:library:1.0.19' compile 'com.google.code.gson:gson:2.2.4' compile 'com.android.support:cardview-v7:23.1.1' compile 'com.android.support:support-v4:23.1.1' compile 'com.umeng.analytics:analytics:latest.integration' ...