文本串联
我是 Android 应用程序的新程序员。
如何连接编辑文本中的值? 即,当我在编辑文本框中输入值(如 1234567890)时,值应在同一编辑文本中显示为 123-456-7890。这意味着每 3 位数字将默认值连接为“-”。
有机会做到这一点
请帮助我
提前致谢
i am a new programmer in android application.
how can i concatenate the value in Edit Text?
i.e when i was entering the values in edit text box like 1234567890 the values should appear like 123-456-7890 in the same edit text.that means concatenate the by default value as "-" at every 3 digits.
is there any chance to do this
please help me
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试回答有关在 Android 中使用 EditText Widget 进行屏蔽输入的问题
Try this answered question about Masked Input Using EditText Widget in Android