location-txl / MvpRouteLinks
Android Mvp模式迅速开发框架
☆113Updated 5 years ago
Alternatives and similar repositories for MvpRoute
Users that are interested in MvpRoute are comparing it to the libraries listed below
Sorting:
- 自定义View,实现天气折线图☆65Updated 7 years ago
- 一个基本的MVP应用框架(RxJava+Retrofit+Glide+IjkPlayer),封装比较完善,易于使用,帮助日常快速开发一个项目。☆98Updated 6 years ago
- Android热更新Tinker + 多渠道打包 + 加固的流程详解demo☆67Updated 6 years ago
- android mvp项目框架,Activity和Fragment为View层,负责UI的显示,Presenter为业务处理层,既能调用UI逻辑,又能请求数据,该层为纯Java类,不涉及任何Android API。 Model层中包含着具体的数据请求,数据源,三层之间调用顺…☆18Updated 6 years ago
- 🔗A view that combines pictures and texts.(一个组合图片和文本的view).☆68Updated 6 years ago
- 验证码输入控件,支持任意长度的验证码☆42Updated 8 years ago
- Android OpenGL ES 2.0 教程案例代码☆26Updated 7 years ago
- 自己写的Android模块化框架,主要里面使用的有模块化,热更新thinker,最新的Android屏幕适配以及RxJava+Retrofit2.0+mvp+Butterknife+Picasso等☆81Updated 5 years ago
- 此Demo用来实现BottomSheet、BottomSheetDialog控件的效果。☆13Updated 6 years ago
- 仿IOS ScrollView 支持上拉下拉拉出手机屏幕,回弹☆56Updated 8 years ago
- wave progress bar☆61Updated 3 years ago
- An enhanced PopupWindow using Kotlin☆64Updated 5 years ago
- 🛠一套适合敏捷开发,基于MVP模式开发框架,整合Rxjava+Retrofit+Dagger+Butterknife等主流模块,加入中一些比较常用的工具类,进行一些抽取和整理,让你更专注于业务自身的逻辑。demo给出相应的架构例子,可自行下载查看。