An open API service indexing awesome lists of open source software.

https://github.com/git-xuhao/androidbasemvp

🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
https://github.com/git-xuhao/androidbasemvp

android androidmvp base basemvp mvp mvp-android mvp-architecture retrofit rxandroid rxbus rxjava rxjava2 rxjava2-retrofit2 rxlifecycle

Last synced: 3 months ago
JSON representation

🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。

Awesome Lists containing this project

README

          

# Android-MVP-Architecture
一个快速搭建MVP+RxJava2+Retrofit 框架,clone or download 按照需求自行修改即可

## 运行 Demo

## LICENSE

```
Copyright 2017 Xiho

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.
```