Hello, is it ok to pass data from Repositories to ...
# android
h
Hello, is it ok to pass data from Repositories to RemoteDataSource in MVVM?
😶 1
h
Yes its ok. I'm using same
o
1. Not sure what you really mean unless you provide us with some more details 2. A RemoteDataSource should generally not have a dependency on a Repository 3. Your UI architecture (MVVM) shouldn't have an influence the way you architecture your data flow, since they have both seperate responsibilities