是否有教程展示如何使用选项卡和活动来传递值
有办法做到这一点吗?有没有办法为每个选项卡内容使用选项卡主机和活动,并通过附加功能传递值。如果是这样,有人可以发布链接吗?
Is there a way to do this? Is there a way to use a tabhost and activities for each tabs content and pass values via extras. If so can someone post a link how to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Intent.putExtra(..):
此方法已重载,并采用各种类型作为第二个参数:int、byte、String、各种数组..
要获取数据,请使用适当的 getXYZExtra()。对于字符串来说是:
Use Intent.putExtra(..):
This method is overloaded and takes various types as second argument: int, byte, String, various arrays..
To get the data out use appropriate getXYZExtra(). For String this is: