Room Database — Lessons learnt from working with multiple-table joins | by Eric N | Jan, 2023 | ProAndroidDev
In this article, I'm going to examine three methods of querying multiple tables at once, namely multi-table query, multi-map and @Relation-annotated data class and their pros & cons through a Q&A...