# CoreLibrary **Repository Path**: QuincySx/CoreLibrary ## Basic Information - **Project Name**: CoreLibrary - **Description**: 力求搭建一个完美的底层 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2016-12-15 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 搭建项目万能核心库 采取MVP+VM模式,应用Retrofit+Rxjava2等常用库 如果想查看Dagger2+以上配置请查看Dagger分支 ### 使用时 ``` 添加 keystore.props.file=../keystore.properties 到local.properties文件 ``` ### 模块 * 权限模块(TODO) * 网络连接(TODO) * 统一处理网络请求、结果、异常(TODO) * Log处理(TODO) ### Licensed > Copyright (C) 2016-2017 QuincySx Open Source Project > > 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.