获取从一个布局到下一个布局的值?
我在列表中列出了一些扩展 Activity
的项目,并且该列表是使用自定义适配器列出的。我的问题是,这是我的 xml 文件 我已向此微调器添加了一些项目。我怎样才能获得下一个布局的微调器值。那么有谁知道请告诉我吗?提前致谢。
I've listed some items in list that extends Activity
and the list are listed using Custom Adapter. My question is, this is my xml File I've added some items to this spinner. How can i get the spinner values to next layout. Anyone knows then please tell me? Advance thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不清楚您在这里实际上要问什么,但猜测您可能会问两件事
1.
足够简单
将返回微调器选择的对象。
例如:
但是你最好的选择是尝试更清楚地解释你所问的问题。
I'm not clear on what you're actually asking here, but as a guess there are two possible things you're asking
1.
Is simple enough
Will return the object selected by your spinner.
For example:
But your best bet would be to try and explain more clearly what you're asking.
首先,您必须使用旋转器选择数据
,然后您必须使用意图将其发送到下一个活动。
first you have to select data from spinner using
then u hava to use intent for sending it to next activity..
第一件事 :: 您可以将值从一个活动传递到第二个活动,而不是一个布局传递到第二个活动
第二个 :: 如果您需要将值从一个活动传递到第二个活动,请使用
第一个活动::
*这里最后一页是应用程序唯一的关键
第二个活动::
First thing :: you can pass value from one activity to second activity not one layout to second
second :: if you need to pass value from one activity to second use
first activity::
*here lastpage is key which unique for aplication
second activity::