Skip to content
#

componentization

Here are 45 public repositories matching this topic...

Star wars sample android project showcasing the use of View components for rendering UI in Fragments and Activities. Uses Android Jetpack, clean architecture with MVI (Uni-directional data flow), dagger hilt, and kotlin coroutines with StateFlow

  • Updated Apr 14, 2024
  • Kotlin

sp(a)是一个SPI(Service Provider Interface)框架, 他具有跨模块(无任何依赖关系的模块)创建对象的能力。使用简单、功能强大、性能损耗极低,是组件化开发、模块解耦合的不二之选。由于sp(a)灵活的配置能力,使得它很容易扩展出更多的跨模块通信能力,如组件热插拔、路由、事件分发、rpc通信等。如果您正在使用组件化开发,或者您有多项目需要做差异化处理,强烈推荐您使用sp(a)。

  • Updated Sep 10, 2023
  • Java

Improve this page

Add a description, image, and links to the componentization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the componentization topic, visit your repo's landing page and select "manage topics."

Learn more