How Do I Limit The Number of Characters Entered in the Textbox in android?

Hi , How Do I Limit The Number of Characters Entered in the Textbox in android ? I tried to use maxlength attribute but its not working can you help me ?

have you tried angularjs validation?
ng-maxlength

https://docs.angularjs.org/guide/forms

I’ve tried ng-maxenth but its not also working , do you have other ideas?