1. Repository usually operates by Datasource abstr...
# android-architecture
s
2. Repository usually operates by Datasource abstractions. Datasources do the operations itself, like get/fetch, save/store, and repository is something like coordinator between them. So yes, this code must be in Repository.
2