watching
101. Format Watcher
io.github.ihermandev » format-watcherApache
FormatWatcher library for Android EditText
Last Release on Jan 28, 2023
102. Watcher Parent
com.yiji.framework » watcher-parentApache
a way to expose monitor metrics and health check data to human or API
Last Release on Aug 15, 2016
# MaskedEditTextWatcher
Custom TextWatcher for EditText to mask phone number on-the-fly even with automatic country mask detection

## How to use
### Manual list of masks
```java
//Instantiate your EditText
EditText phoneTextField = (EditText) findViewById(R.id.phoneTextField);
//Create text watcher
MaskedEditTextWatcher simpleListener = new MaskedEditTextWatcher(phoneTextField, new ...
Last Release on Mar 7, 2017