当单击项目中的特定列表时。它会加载特定列表中的数据
当单击项目中的特定列表时。它会加载特定列表中的数据并将该数据发送到另一个活动,并在该活动的 edittext 中设置该数据。如何完成?请帮助我?
when the particular list in the item is clicked .it loads the data in the particular list and send that data to the another activity and set that data in edittext in that activity .how it can be done?pls help me??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有人会做你的工作,发布一些代码,我们会在你遇到困难时帮助你。
一般来说,您可以使用
OnClick
方法中的Intent
来执行此操作示例:
Nobody will do your work, post some code and we'll help you where you get stuck.
In general you do this with an
Intent
in theOnClick
methodExample: