Posts by Thiago Silva • 107 points
2 posts
-
-2
votes3
answers818
viewsA: How can I set the address as the street and neighborhood corresponding to latitude and longitude?
I will provide a code that returns the address and you can edit to get the information you want, but it is plugAndPlay. Come on. Declare these variables before your onCreate. private lateinit var…
-
1
votes3
answers6177
viewsA: Date Mask in Edittext
I preferred to write my code. It’s just a simple function, just paste and use. Obs: It’s in Kotlin. Create the following function: fun dateWatcher( editText:EditText) { var oldString : String = ""…