AndMVP简介 Android MVP架构图框架。在MVP模式下,View和Model是完全分离没有任何直接关联的(例如你在View Layer中完全不需要导Model的包,也不应该去关联它们)。 使用 添加依赖配置 dependencies { implementation 'com.utopia:AndMVP:1.0.1' } 完整示例 非常简单,仅需要继承MVP框架封装好的父类即可,具体用法请参考demo。 框架说明 开源协议 Copyright (C) 2021, freeutopia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta