Does anyone know if there is a way to convert a st...
# android
s
Does anyone know if there is a way to convert a string variable to generic type? Just for the sake of example going from "true" -> true but in a generic approach without using stuff like Boolean.valueof()
🤔 1