Skip to content

coolfire2015/RxFluxArchitecture

Repository files navigation

API Codacy Badge Build Status

相关系列文章

模块化解耦框架RxFluxArchitecture1-框架简介

模块化解耦框架RxFluxArchitecture2-基本功能实现

模块化解耦框架RxFluxArchitecture3-订阅管理绑定生命周期

模块化解耦框架RxFluxArchitecture4-依赖库与依赖注入

模块化解耦框架RxFluxArchitecture5-Application多模块共存

Demo下载地址

下载

Kotlin代码模版

  • 项目可下载 core-base,自定义base代码。
  • 暂时只有依赖core-base的 Kotlin 代码模版 FluxActivity
  • 使用代码模版,需手动添加 Activity/Fragment/Store 的 Dagger 依赖注入方法。

依赖框架

核心

Kotlin

通用

测试

License

Copyright 2019 liujunfeng

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.