Custom Room SQL query
I have a query in room DAO, which finds stations based on characters.
How to take selective data from room tables?
I am fetching data from room tables using this data class.
How to sort and filter data fetched from Room
I am new to Android, working on a personal. I am sorting and filtering data fetched from Room. The code has no error but when I run it crashes with the error, “cannot access database on the main thread”.