Skip to content

Instantly share code, notes, and snippets.

@AlexMisiulia
Created September 16, 2019 05:45
Show Gist options
  • Save AlexMisiulia/2be0270135fdfe57457025ffc26b29d2 to your computer and use it in GitHub Desktop.
Save AlexMisiulia/2be0270135fdfe57457025ffc26b29d2 to your computer and use it in GitHub Desktop.
override fun afterTextChanged(editable: Editable?) {
val number = editable.toString()
val countryIsoCode = getCountryIsoCode(number)
countryTextView.text = countryIsoCode ?: "Can't detect a country"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment