# MVP-Java-Project

整个项目架构:mvp+retrofit2+rxjava3+autodispose(已适配rxjava3)

项目目录:

Android MVP 架构 - Kotlin

整个项目的依赖包:
## Libraries Used

* [RxJava 3]

* [Retrofit 2]

* [RxJava 3 adapter for Retrofit 2] retrofit.addCallAdapterFactory(RxJava3CallAdapterFactory.create())

* [Autodispose] Automatic binding+disposal of RxJava streams

* [Butterknife] Bind Android views and callbacks to fields and methods

* [Glide] for image loading

* [StatusBarUtil] for setting status bar style on Android App

 

Kotlin版本Git地址:MVP-Kotlin-Project

Java版本Git地址:MVP-Java-Project

相关文章:

  • 2022-03-08
  • 2022-02-13
  • 2022-12-23
  • 2021-05-25
  • 2021-12-01
  • 2021-09-12
  • 2021-10-14
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2021-05-08
  • 2021-04-25
  • 2021-07-07
  • 2021-10-15
  • 2021-12-04
相关资源
相似解决方案