I am doing a map activity, on marker click, I would display the information on a textview. The information is saved in android room database because I need the data to persist.
I want to query only a row with the name of the column, marker tag
I have searched many ways to query a row, but none of them is specific to my questions.