Implementing relational database in Android via Room

Published: 02 April 2021
on channel: The Android Factory
4,226
71

This episode introduces how we can combine multiple tables, or entities, inside a Room database into a single object via some foreign key relationship. This, in turn, changes Room from simply a storage location to a much more powerful/useful tool as a relational database.

Subscribe and enable notifications to stay up-to-date!

Relational database docs: https://developer.android.com/trainin...