Inheritance in Android MVP

后端 未结 0 1623
余生分开走
余生分开走 2020-12-12 00:45

We are using the MVP Pattern in our Android project. Currently, we instantiate the Presenter with

class MainPresenter(private val mView: MainContract.View)


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题