<How to validate EditText input in custom view> I'...
# stackoverflow
u
How to validate EditText input in custom view I'm trying to make a custom view of an EditText with a TextView under it wich says the error of the validation. My idea is to make a validation of min and max lenght in my custom view and make visible or change text the TextView if the edittext input pass this validations or not but I'm new at custom views and dont have any idea of how to reach it, I did't find any EditText custom view like this. Can someone help me?