Why would a repo need to know the android context?
# android
r
Why would a repo need to know the android context?
👍 3
d
That's not usually a repos work... more like for a controller/presenter through the view's interface. The model and presenter or controller layer shouldn't be aware of android as much as possible to avoid coupling and ease testing on jvm...
1