juexingzhe / SPIDemoLinks
☆29Updated 8 years ago
Alternatives and similar repositories for SPIDemo
Users that are interested in SPIDemo are comparing it to the libraries listed below
Sorting:
- 在Android应用组件化开发中,每个组件都有自己的类似Application的生命周期,如何通过APT、gradle插件来自动化注册☆112Updated 7 years ago
- ☆76Updated 6 years ago
- Duplicated Bitmap Analyzer Task☆66Updated 3 years ago
- Android组件化开发过程中,通过插件来强制使用某些规范,以及提供一些便利性的配置等。☆36Updated 6 years ago
- Gradle脚本实现Android组件化开发模块api化☆64Updated 6 years ago
- sp(a)是一个SPI(Service Provider Interface)框架, 他具有跨模块(无任何依赖关系的模块)创建对象的能力。使用简单、功能强大、性能损耗极低,是组件化开发、模块解耦合的不二之选。由于sp(a)灵活的配置能力,使得它很容易扩展出更多的跨模块通信能…☆122Updated 2 years ago
- 仅为博客demo,切勿使用。☆48Updated 5 years ago
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆193Updated 11 months ago
- 一个使用ASM进行字节码插桩的大图监控框架☆174Updated 5 years ago
- 将图片转换成WebP格式的Android构建插件,自动下载 libwebp,支持手动转换与自动转换两种模式。☆55Updated 7 years ago
- 工程组件化落地实践之后,对指定的多个组件合并成一个aar包,灵活裁剪组合业务功能,并发布到私服的完整方案