AndroidStudio:如何从一个活动中获取用户输入(来自Spinner和EditText)并传递到另一个活动?
创始人
2024-08-21 13:00:44
0

在第一个活动(是接收用户输入的活动)的代码中,定义Spinner和EditText变量,然后使用Intent将它们传递到第二个活动。

以下是实现方法的示例代码:

第一个活动代码:

public class MainActivity extends AppCompatActivity {

    Spinner spinner;
    EditText editText;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        spinner = findViewById(R.id.spinner);
        editText = findViewById(R.id.editText);

        findViewById(R.id.button).setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View view) {
                String spinnerValue = spinner.getSelectedItem().toString();
                String editTextValue = editText.getText().toString();

                Intent intent = new Intent(MainActivity.this, SecondActivity.class);
                intent.putExtra("spinnerValue", spinnerValue);
                intent.putExtra("editTextValue", editTextValue);
                startActivity(intent);
            }
        });
    }
}

第二个活动代码:

public class SecondActivity extends AppCompatActivity {

    TextView textView;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_second);

        textView = findViewById(R.id.textView);

        String spinnerValue = getIntent().getStringExtra("spinnerValue");
        String editTextValue = getIntent().getStringExtra("editTextValue");

        String message = "Spinner Value: " + spinnerValue + "\n" +
                "Edit Text Value: " + editTextValue;

        textView.setText(message);
    }
}

在第一个活动中,我们定义了spinner和editText变量,并使用findViewById()获取了它们的引用。当用户单击按钮时,我们在onClick()方法中获取了spinner和editText的值,并使用Intent将它们传递到第二个活动。在第二个活动中,我们使用getIntent()方法获取Intent,并使用getStringExtra()方法获取传递的值。然后我们利用TextView将这些值显示出来。

请注意,我们使用了putExtra()方法将spinner和editText的值添加到Intent中,以便我们可以

相关内容

热门资讯

透视苹果版!智星德州插件(透视... 透视苹果版!智星德州插件(透视)微乐家乡破解版(确实真的有辅助工具)-哔哩哔哩1、微乐家乡破解版辅助...
长期以来!wepoker辅助插... 长期以来!wepoker辅助插件功能(透视)游戏黑科技夫追求(一直存在有辅助app)-哔哩哔哩1.游...
透视科技!拱趴大菠萝作必弊方法... 透视科技!拱趴大菠萝作必弊方法(透视)中至赣州黑科技辅助软件(本来有辅助辅助器)-哔哩哔哩1、全新机...
透视智能ai!淘宝买wepok... 透视智能ai!淘宝买wepoker透视有用吗(透视)玩吧辅助脚本(一直是有辅助辅助器)-哔哩哔哩1、...
透视肯定!wepoker辅助器... 透视肯定!wepoker辅助器是真的吗(透视)心悦海南苹果版辅助(原来是真的辅助神器)-哔哩哔哩1、...
一直以来!wepoker钻石怎... 一直以来!wepoker钻石怎么看底牌(透视)丫丫老陕开挂(好像真的是有辅助下载)-哔哩哔哩1、丫丫...
透视实锤!wepoker怎么提... 透视实锤!wepoker怎么提高运气(透视)赣湘互娱挂(都是存在有辅助神器)-哔哩哔哩1、赣湘互娱挂...
透视辅助!newpoker脚本... 透视辅助!newpoker脚本(透视)四川微乐小程序辅助器(都是是真的辅助平台)-哔哩哔哩;一、四川...
为切实保障!哈糖大菠萝攻略(透... 为切实保障!哈糖大菠萝攻略(透视)广东雀神智能插件(本来真的是有辅助安装)-哔哩哔哩所有人都在同一条...
透视好友房!wepoker俱乐... 透视好友房!wepoker俱乐部辅助(透视)广西友乐免费辅助使用视频(切实是有辅助软件)-哔哩哔哩1...