Skip to content

Instantly share code, notes, and snippets.

View dosSantos-Paulo's full-sized avatar
🎯
Focusing

Paulo Leonardo (Léo) dosSantos-Paulo

🎯
Focusing
View GitHub Profile
@kvdesa
kvdesa / PhoneNumberFormatter.kt
Last active July 12, 2022 16:13
Android EditText mask for Brazilian and American phone numbers written in Kotlin.
package br.socialcondo.app.profile
import android.text.Editable
import android.text.TextWatcher
import android.widget.EditText
import java.lang.ref.WeakReference
/**
* Created by kevin on 31/01/18.
* Adapted from: