A while back, I was working on an Android application when I had the need to query the local SQLite database for data present on 3 separate tables. The android documentation on defining relationships between objects does a great job of explaining how to write Room queries for the different relationships that can exist between […]