textwatcher
There are 18 repositories under textwatcher topic.
CottaCush/CurrencyEditText
💰 A library to dynamically format your EditTexts to take currency inputs
santalu/textmatcher
A simple text watcher that matches specific targets like mention or hashtag in a string by defining rules
jaydroid1024/PhoneTextWatcher
手机号3-4-4格式化输入监听器,支持自定义分隔符,支持末端输入/删除,中间输入/删除,任意位置黏贴/剪贴多个数字等多种交互场景。
milaptank/MultiTextWatcher
Get callback in only one implementation of TextWatcher
RajashekarRaju/Filter-Search-RecyclerView
Repository 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/AutoFormatInputWatcher
This repository contains input watcher for auto formatting digits in edit text
aminography/EditTextInterceptor
EditTextInterceptor is a TextWatcher which delivers text changes along with typing status.
AckeeCZ/phone-formatter
Phone Formatter for Android's EditText that has mutable country
jacdebug/blood-sugar-converter-app-android
Convert blood sugar value
MarioLopezz/Android-Pokedex
Pokemon app using Retrofit and calling Pokeapi.
menesdurak/E_Commerce_App
E-Commerce App
ljbaney/Medical-History
drawer navigation in kotlin
me-ydv-5/phoneNum
A simple JAVA textwatcher extended class for implementing phone number format as an Editable string to later retrieve and work with.
GaidamakUA/SchemaTextWatcher
TextWatcher to handle input with empty spaces '_' and placeholders.
naseemakhtar994/MultiTextWatcher
Get callback in only one implementation of TextWatcher
Sanakhatun/StudentRegistrationApp
Student Registration Form with Validations
Sanakhatun/TransitionAnimationApp
Transition Animation Between Activities in Android
Sudeepatgithub/DelayedTextWatcher---Android
Sometime you need to add a delay to Changed Text events, for instance EditText Suggester, this class will prove to be helpful in that case.