In this video you will come to know about how to set a limit for text length in EditText.
Code used:-
//Here 20 is the maximum char length and edittext1 is the id of the edittext widget
edittext1.setFilters(new InputFilter[] {new InputFilter.LengthFilter(20)});
Please comment that what tutorial should i make next, or what should i work on next, i will do my best to give you all best, i don't have much time, so i can work on small tutorials/projects only. If you want me to make something in AIDE (Moded), you are welcome to suggest below, but that should not be time consuming topic, like making a big example project. Thank You.
Please like, share and comment and subscribe CJ Creations for more creative videos.
Sorry for everything with which you feel not understanding in this video.
I will help you in comment section and on social media.
Facebook:-
/ jaimin.chovatia.589
Instagram:-
/ jaimin_chovatia
Background Musics:-
Devil - • Devil
#android #sketchware #programming #TextLength