Skip to content

kobebryantwx/BaseCore

Repository files navigation

QuickCore

API alpha

适用于MVP架构模式的Android快速开发框架

框架使用Dagger2MVP三层解耦设计

为解决传统MVP架构开发中 ModelViewPresenter三层过度依赖,不便于快速迭代开发。

接入

下载或clone工程

> git clone

导入Module到项目中,并且添加Gradle依赖

dependencies{
    annotationProcessor 'com.BaseCore:basecore-compiler:1.0.0'
    annotationProcessor 'com.google.dagger:dagger-compiler:2.11'
    implementation project(':quickcore')
}

LICENSE

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.