Skip to content

Instantly share code, notes, and snippets.

View BrunaoW's full-sized avatar

Bruno Wilson Portes BrunaoW

  • Belo Horizonte, MG
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: