KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SimpleMvpRxJavaRetrofit
★ 9
Open GitHub ↗
MVP+Retrofit2.0+RxJava框架整合
Download README (.md)
Explore Similar Repositories
Betterbar
:
Übersicht widget pack inspired by nerdbar
graph-sketch-fractality
:
Sketch-Based Box-Covering Algorithm
homebridge-gpio-cmd
:
Raspberry Pi GPIO plugin for Homebridge, using /usr/bin/gpio
focus-plane
:
A Maya tool to easily visualize the camera frustum and focus plane
idris-dimensions
:
Dimensions library in Idris
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SimpleMvpRxJavaRetrofit
?
Download (.md)
# SimpleMvpRxJavaRetrofit <h1>MVP+Retrofit2.0+RxJava框架整合</h1></br> 对各层进行了一定封装和整合,概括如下:</br> * Presenter层实现采用依赖倒置原则,便于以后模块化开发和修改拓展</br> * 暂时采用结构分包,未来可能会替换为功能分包</br> * 代码可读性高,可扩展性优良</br> 之后的项目中需要用到该架构</br> 会持续扩展内容</br> 目前功能实现十分简单,比较适合新手入门以了解</br> 持续更新中,欢迎pull requests.</br></br> 博客地址:<a href="http://blog.csdn.net/qq_22770457/article/details/52684031">Android——MVP+Retrofit2.0+RxJava框架整合</a></br></br> <h2><a id="user-content-license" class="anchor" href="#license" aria-hidden="true"><svg aria-hidden="true" class="octicon octicon-link" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>License</h2> <pre><code> Copyright 2017 Jiangzhengnan. 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. </code></pre>