Browsing Tag
EditText
2 posts
Restrict EditText Min and Max Value Input Range in Android
Using Android LengthFilter, AllCaps and CustomInputFilter example. This tutorial explains how to restrict min max input range using custom InputFilter.
How to Monitor TextView Changes in Android
In this tutorial we will see how to monitor the text changes in Android TextView or EditText. Some form based applications needs to continuously monitor for the text changes to perform the front end form validations. This can be achieved by implementing the android.text.TextWatcher interface.