Posts by Kauan Matos • 11 points
1 post
-
0
votes3
answers87
viewsQ: In the Kotlin language, how to access a public variable that is in one class, through another class?
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 =…