在android中编辑文本
当用户输入数字时,我需要生成那么多 EditText 字段,以便用户可以输入数据?任何人都知道如何做到这一点...
when a user inputs a number,i need to generate that many EditText fields so the user can input data?anyone know a way to do it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我需要做一些与此非常相似的事情,但带有复选框。这是我的问题,请仔细阅读并查看已接受的答案。这对我帮助很大,也应该对你有帮助。
我关于 Stack Overflow 的问题
基本上复制已接受答案中的内容并对其进行修改以用于编辑文本框。您还需要 xml 文件。
i needed to do something very similar to this but with check boxes. Here is my question, read through it and check out the accepted answer. This helped me a lot and it should help you too.
My Question on Stack Overflow
Basically copy the stuff from the accepted answer and modify it for edit text boxes. You will need the xml file as well.