这是一套基础敏捷开发架构(基于Java)
这是一套基础敏捷开发架构,适用于快速开发一个中小型APP,可基于该架构再进行上层扩展
目前支持简单的继承基类开发,也支持MVP模式开发,小伙伴可以根据需要自行选择。
目前处于稳定阶段,基本只会修改一些小BUG大家可以使用当前的稳定版本,感兴趣的小伙伴也可以下载源码查看。
每一块内容都有对应的描述文档和升级日志,方便小伙伴们了解和查看。
啦啦桑
<( ̄︶ ̄)>
implementation 'cn.lodz:core:1.2.14'
implementation 'cn.lodz:Component:1.5.7'
implementation 'cn.lodz:ImagerLoader:1.2.3'
implementation 'cn.lodz:core:2.1.2'
implementation 'cn.lodz:Component:2.1.8'
implementation 'cn.lodz:ImagerLoader:2.0.5'
由于jcenter删库跑路,请大家添加mavenCentral依赖,并引用最新版本(为了配合迁移,引用的域名从cn.lodz改为ink.lodz)
repositories {
...
mavenCentral()
...
}
implementation 'ink.lodz:core:2.2.0'
implementation 'ink.lodz:Component:2.2.0'
implementation 'ink.lodz:ImagerLoader:2.1.0'
Copyright 2019 Lodz
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.