All Projects → 18702953620 → MVPDemo

18702953620 / MVPDemo

Licence: other
MVP 封装

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to MVPDemo

dagger2-clean-mvp-example
Sample project with a basic approach to CLEAN architecture on Android
Stars: ✭ 41 (-49.38%)
Mutual labels:  mvp
YTS
YTS site sample app written in Java & Kotlin, implemented with MVP pattern and powered by Rx.
Stars: ✭ 42 (-48.15%)
Mutual labels:  mvp
cards
A deck of cards enumerating simple rules to design all new digital products at MAIF
Stars: ✭ 48 (-40.74%)
Mutual labels:  mvp
eyepetizer kotlin
一款仿开眼短视频App,分别采用MVP、MVVM两种模式实现。一、组件化 + Kotlin + MVP + RxJava + Retrofit + OkHttp 二、组件化 + Kotlin + MVVM + LiveData + DataBinding + Coroutines + RxJava + Retrofit + OkHttp
Stars: ✭ 83 (+2.47%)
Mutual labels:  mvp
wanandroid java
🎨 玩安卓客户端 ,MD + Retrofit + RxJava + MVP + AndroidX
Stars: ✭ 32 (-60.49%)
Mutual labels:  mvp
android-template
Template for android development at Tiki
Stars: ✭ 17 (-79.01%)
Mutual labels:  mvp
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-87.65%)
Mutual labels:  mvp
sirius
Modern coffeescript/javascript framework
Stars: ✭ 20 (-75.31%)
Mutual labels:  mvp
AndroidRouter
Simple way to make navigation in Android Application 🔫
Stars: ✭ 29 (-64.2%)
Mutual labels:  mvp
MusicUU
一款让你解决下歌烦恼的APP
Stars: ✭ 15 (-81.48%)
Mutual labels:  mvp
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo 📡
Stars: ✭ 32 (-60.49%)
Mutual labels:  mvp
MVPFramework
基本框架已搭建出,后续可根据需求增加
Stars: ✭ 29 (-64.2%)
Mutual labels:  mvp
DaggerAutoInject
Inject automatically your Activities & Fragments, just with a simple annotation
Stars: ✭ 49 (-39.51%)
Mutual labels:  mvp
MVPDemo
MVP+动态代理的模式框架例子
Stars: ✭ 12 (-85.19%)
Mutual labels:  mvp
iMoney
iMoney 金融项目
Stars: ✭ 55 (-32.1%)
Mutual labels:  mvp
Swift-MVP-Sample
It's an iOS simple project that how I implement MVP (Model-View-Presenter) and Clean Architecture in Swift.
Stars: ✭ 27 (-66.67%)
Mutual labels:  mvp
X-TRACK
A GPS bicycle speedometer that supports offline maps and track recording
Stars: ✭ 3,736 (+4512.35%)
Mutual labels:  mvp
Reader
📚 MVP + Volley + Gson, 内容包含了糗事百科,煎蛋,和内涵段子
Stars: ✭ 60 (-25.93%)
Mutual labels:  mvp
nongbeer-mvp-android-demo
Showcase app that how to build an MVP app from scratch.
Stars: ✭ 25 (-69.14%)
Mutual labels:  mvp
birdchain-mvp
Decentralized application (Dapp) similar to instant messenger. The BIG difference is that it will allow its users to make a monthly passive income, while providing companies with higher quality and better-priced services.
Stars: ✭ 25 (-69.14%)
Mutual labels:  mvp

MVPDemo

Badge

mvp 框架

常见问题

  • 1.为啥后台返回的json都拿到了,还走的onError

请检查BaseResponseBodyConverter 中的判断逻辑是否和自己项目中实际返回的JSON 格式一致。

  • 2.JSON预处理是否有必要?

预处理相当于解析了2遍JSON,如果后台返回JSON格式固定,则没有必要;如果后台返回JSON格式比较混乱,还是有必要的。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].