1 min readMar 8, 2017
Hi, nice article, but I have a question for you.
What if the Model uses, for example, the Context class, to open a SQLite Database? I should have the Context somewhere, and in my case, I think that Context could be in the Presenter.
If I use my Model too much and I need to open the SQLite DB too much, I think that’s not correct to ask the View ‘hey, give me your Context’ every time I want to get and show some info.
What do you think?