android中EditBox字符限制

发布于 2024-11-15 16:45:03 字数 164 浏览 3 评论 0原文

在我的应用程序中,我放置了一些 EditBoxes 。当用户输入一些数据时,我想阻止他输入太多字符。即当字符数超过80个时,其旁边键入的字符必须停止并且必须是不可见的。

android 中是否有任何选项,或者我应该编写自己的代码。如果我必须自己编写代码,请帮助我的朋友。

In my app i have placed some EditBoxes . When the user types some data i want to stop him from entering too much of characters. i.e When the number of characters exceed 80, the characters typed next to them must be stopped and it must be invisible.

Is there any option for this in android or should I write a code of my own. If I have to write a code of my own please help me friends.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嗫嚅 2024-11-22 16:45:03

使用 setFilters 或 android:maxLength 在 xml 中

Use setFilters or android:maxLength in xml

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文