android-arch-sample
android-arch-sample copied to clipboard
Model ref in Activity
Question: Article says "if your View needs a reference to the Model, you are probably doing it wrong too." What if i need to show data of some model without list and adapter, i need to pass that model from Presenter to Activity and Activity will hold that Model. ??