gpt4 book ai didi

android - 我怎样才能从另一个 Activity 中获得一个 Activity 的 Intent ?

转载 作者:行者123 更新时间:2023-11-29 02:12:13 26 4
gpt4 key购买 nike

如果我做一个例子

 Intent i = new Intent();
Bundle b = new Bundle();
b.putString("Number", spinner.getSelectedItem);
i.putExtras(b);

那么,如果我想从另一个 Activity 中达到这个 Intent ,我该怎么做呢?

最佳答案

In Android: How do I get variables/data from one screen to another?

在第二个 Activity 的 onCreate 中,您可以通过调用以下方式获取字符串:

getIntent().getStringExtra("Number");

关于android - 我怎样才能从另一个 Activity 中获得一个 Activity 的 Intent ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6610637/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com