你好,我认真看了你的代码,写的很棒
但是存在一个问题
MainActivity中的 adapter.setRepositories(repositories);
MVP和MVVM中,View和Model都没有完全分离,我认为这样是有问题的,我们无法随意替换View或Model
Hello, I've really read your code, and it's great
But there is a problem
MainActivity中的 adapter.setRepositories(repositories);
In MVP and MVVM, View and Model are not completely separated. I think that's a problem, and we can't replace View or Model at will