Android MVP implementation

前端 未结 3 1458
后悔当初
后悔当初 2021-02-03 14:51

i came across a few articles talking about the subject but i cannot understand how to apply MVP on my app code. is there any specific guidelines for a clean MVP implementation f

3条回答
  •  无人共我
    2021-02-03 15:05

    Checkout this link:
    Material movies
    MVPAndroidBootstrap
    Clean-Contacts
    MvpCleanArchitecture
    Android-CleanArchitecture
    At this links you will find a lot of MVP implementations for android

    UPDATED:

    mosby - A Model-View-Presenter library for modern Android apps
    ThirtyInch - A new MVP library for Android
    Moxy - Android MVP library without problems of lifecycle and boilerplate code

    UPDATED:

    Interesting-Android-repositories - contains a lot MVP implementations for Android.

提交回复
热议问题