0
WHAT I DID:
I created a class in android studio and I did it using Kotlin, and within this class I created a "public" variable like string, asseguir:
var variavel_de_tipo_public_string : String = "valor_da_variavel"
PROBLEM TO BE SOLVED:
I need to "call" the variable in another class, so that I can take its value and store it in a variable in that other class.
Do not give thanks in the publications, see What kind of behavior is expected from users?.
– Augusto Vasques