Skip to content

Instantly share code, notes, and snippets.

View gabrielbrandaodelima's full-sized avatar

Gabriel Lima gabrielbrandaodelima

View GitHub Profile
@gabrielbrandaodelima
gabrielbrandaodelima / PhoneNumberFormatter.kt
Created September 30, 2020 16:00 — forked from kvdesa/PhoneNumberFormatter.kt
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: