<Kotlin entered value not searching database> We h...
# stackoverflow
u
Kotlin entered value not searching database We have worked on this code to error trap a value entered in a Edit Text field When the value is entered correctly we are informed that the entered value does not match BUT if we select the value from a recycler view list and populate the Edit Text field with the value the search tells us we have a match Here is the code for the search in the DBHelper fun getOneName(id: Int): Contact? { val db = this.writableDatabase val selectQuery = "SELECT * FROM $TABLE_NAME WHERE $colId =...