Android-extend-edittext. this is an extension of the control edittext with built-in validation of the content. example. the test application with the implementation of different types of validation.. A edittext is an overlay over textview that configures itself to be editable. it is the predefined subclass of textview that includes rich editing capabilities. following are the important attributes related to edittext control. you can check android official documentation for complete list of. Auto validation edittext android control. contribute to demdxx/android-extend-edittext development by creating an account on github..
Tour start here for a quick overview of the site help center detailed answers to any questions you might have meta discuss the workings and policies of this site. @skykelsey the answer you wrote is actually creating multiple instances of textwatcher, therefore i think that is not the perfect answer for what has been asked by op, regarding my question is about identifying the each edittext in a textwatcher interface methods.. Textwatcher is a useful class provided by the android developer api. it can be used to watch a input text field and you can instantly update data on other views..