Hi, I am using Glide tables.
I have a table called Places, with the following columns:
- Name of place
- Location
- Thumbnail
And another tables called Events, where I will store events happening at different Places. It has the following columns:
- Type of event
- Event name
- Time of event
How would I link the tables together so that I could show Events for a specific Place, as well as show a list of all the Events and the Places each Event belongs to?