Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我放置了一些EditBoxes. 当用户输入一些数据时,我想阻止他输入太多字符。即当字符数超过80个时,必须停止在其旁边键入的字符,并且必须是不可见的。
EditBoxes
在android中是否有任何选择,或者我应该编写自己的代码。如果我必须编写自己的代码,请帮助我的朋友。
在 xml 中使用setFilters或 android:maxLength