Android MVP implementation

前端 未结 3 1361
后悔当初
后悔当初 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:24

    I've recently created lightweight (with no overhead dependencies) MVP library in Kotlin. It also supports LiveData subscription between Presenter and Model under the hood.

    Please find detailed "how-to" and sources here: https://github.com/smaslenko/instant-mvp

提交回复
热议问题