Room – Getting Query List to Populate DropDownMenu
Building a database with multiple tables. The tables are used to track component usage but I’m having a hard time getting a Query List to populate in a DropDownMenu. I want to limit the users to the List so my Foreign Key will work easier. When I have Log.d output what should be the List it always outputs a blank list []. Hopefully the code below is enough to show my issue. I’m extremely new to coding, this is my first app.