Hello, I am curious what is your opinion on Room a...
# room
s
Hello, I am curious what is your opinion on Room associative entities (linking table and JOIN query) versus joining tables manually (flapMapLatest/switchMap) what approach do you prefer and why?
y
if you can do it in sql, do it in sql as it is likely to be more efficient (of course, you should measure, but it is the common case).