Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Last active August 31, 2018 14:45
Show Gist options
  • Select an option

  • Save igorwojda/87d8f952db9a420506ebef64f387ea3f to your computer and use it in GitHub Desktop.

Select an option

Save igorwojda/87d8f952db9a420506ebef64f387ea3f to your computer and use it in GitHub Desktop.
public interface TextWatcher {
public void beforeTextChanged(CharSequence s, int start,
public void onTextChanged(CharSequence s, int start, int before, int count);
public void afterTextChanged(Editable s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment