16 skills found
CottaCush / CurrencyEditText💰 A library to dynamically format your EditTexts to take currency inputs
rtoshiro / MaskFormatterAn Android Library to format Strings usings masks. Can be used with TextWatcher.
santalu / TextmatcherA simple text watcher that matches specific targets like mention or hashtag in a string by defining rules
jaydroid1024 / PhoneTextWatcher手机号3-4-4格式化输入监听器,支持自定义分隔符,支持末端输入/删除,中间输入/删除,任意位置黏贴/剪贴多个数字等多种交互场景。
yekmer / Credit Card LibCredit Card EditText and TextWatchers that would help writing credit card EditText's for Android
milaptank / MultiTextWatcherGet callback in only one implementation of TextWatcher
leonardoxh / MasksA collection of textwatcher for Android
RajashekarRaju / Filter Search RecyclerViewRepository for android application which shows how to filter search in RecyclerView with user entered query , also voice search enabled with modern layout interface. These implementations are demonstrated in my blog, link is posted below.
DjamshidDjurayev / AutoFormatInputWatcherThis repository contains input watcher for auto formatting digits in edit text
MihaelIsaev / MaskedEditTextWatcherCustom TextWatcher for EditText to mask phone number on-the-fly even with automatic country mask detection
aminography / EditTextInterceptorEditTextInterceptor is a TextWatcher which delivers text changes along with typing status.
honjane / CardTextWatcherCardTextWatcher 继承了 TextView的TextWatcher,具有TextWatcher的所有功能,同时针对现行银行,封装了银行卡格式
T7Droid / Custom Mask For EditTextUma máscara personalizável para EditText, que pode ser adicionada como um TextWatcher.
AckeeCZ / Phone FormatterPhone Formatter for Android's EditText that has mutable country
amandaroos / ChangeCalculatorUses TextWatchers. Calculates amount of change due when given a cash amount greater than the total amount due
iammelvink / NotesRepository for my Notes app. Find out how to build a simple Notes app. Author Melvin Kisten tackles Intent, SharedPreferences, AlertDialog and TextWatcher.