51 skills found · Page 1 of 2
antoniolg / AndroidmvpMVP Android Example
WuXiaolong / AndroidMVPSampleAndroid MVP + Retrofit + RxJava2 实例
git-xuhao / AndroidBaseMvp🚀一个快速搭建MVP+RxJava2+Retrofit 基础框架,主要是封装有Http网络请求、日志、缓存、加载等待、toast、页面状态布局管理、权限、RxBus、Glide图片加载等组件,方便快速开发新项目、减少开发成本。
vsay01 / Android Studio MVP Template Google ArchitectureNo description available
nawinkhatiwada / AndroidMVPArchitectureAndroid MVP architecture sample project with or without RxJava and Dagger2 and Kotlin
taehwandev / AndroidMVPSampleNo description available
spengilley / AndroidMVPTemplateA template which can be used to quickly set up a new Android project that uses the Model View Presenter design pattern
liuguangli / Androidmvp这个是一个MVP模式在Android中的使用的例子
ckdevrel / AndroidMVPAuthenticationBoilerPlateLogin/Signup app which handles boiler plate Validation logics using MVP design patterns with SQLite Database
halibobo / AndroidMvpExampleandroid MVP example
xww0826 / AndroidMVP Demo个人写的一个基于MVP架构封装的基础框架,没有使用任何第三方依赖。运用了反射、代理模式、依赖注入等知识,可以作为MVP入门学习的例子。
jpardogo / AndroidMVP ProjectTemplateThis is a template for starting a new android project following MVP architecture with Dagger DI and jack compiler enable to use java 8 lambas. Include most of the necessary libraries for a typical android project.
alandwiprasetyo / Android MVPAndroid Model View Presenter
spengilley / AndroidMVPServiceAn example Android project using MVP and receiving data from a Service
omadahealth / AndroidMVPDemoA sample of how we could use the MVP pattern to make tests faster (using Mockito). This project also compares the difference between a regular instrumentation tests on a MVC/MVVM Activity versus a MVP test.
liuguangqiang / AndroidMVPAndroidMVP is a library for using MVP more easy in android.
vsay01 / AndroidMVPDataBindingNo description available
hehonghui / AndroidMvpBaseAndroid MVP Base Library
JaimeToca / AndroidMVPDEPRECATED
tomaszczura / AndroidMVPKotlinExample of MVP pattern in Kotlin on Android platform