Androidstudio中如何将对话框中的数据传递到另一个对话框?
创始人
2024-08-21 02:30:13
0

在对话框中使用Bundle传递数据。

例如,假设您有两个对话框:第一个对话框显示一个EditText,第二个对话框显示第一个对话框中输入的文本。

在第一个对话框的onClick方法中,创建一个Bundle并将文本添加到该Bundle:

AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
EditText input = new EditText(getActivity());
builder.setTitle("Enter Text");
builder.setView(input);
builder.setPositiveButton("OK", new DialogInterface.OnClickListener() {
    @Override
    public void onClick(DialogInterface dialog, int which) {
        // Get the entered text from the EditText
        String text = input.getText().toString();
        // Create a bundle to pass to the second dialog
        Bundle bundle = new Bundle();
        bundle.putString("text", text);
        // Create the second dialog and pass the bundle to it
        SecondDialogFragment secondDialog = new SecondDialogFragment();
        secondDialog.setArguments(bundle);
        secondDialog.show(getFragmentManager(), "SecondDialog");
    }
});
builder.setNegativeButton("Cancel", null);
builder.show();

然后,在第二个对话框的onCreateDialog方法中,获取Bundle中的文本并将其添加到第二个对话框的视图中:

@Override
public Dialog onCreateDialog(Bundle savedInstanceState) {
    AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
    Bundle bundle = getArguments();
    String text = bundle.getString("text");
    builder.setTitle("Second Dialog");
    builder.setMessage(text);
    builder.setPositiveButton("OK", null);
    builder.setNegativeButton("Cancel", null);
    return builder.create();
}

相关内容

热门资讯

四分钟辅助挂!开心十三张辅助器... 四分钟辅助挂!开心十三张辅助器(透视)详细辅助安装教程(2025已更新)(抖音)1、起透看视 开心十...
2分钟辅助挂!中至吉安麻将有挂... 2分钟辅助挂!中至吉安麻将有挂吗(透视)详细辅助工具教程(2021已更新)(百度贴吧)1、构建自己的...
8分钟辅助挂!钱塘十三水怎么刷... 8分钟辅助挂!钱塘十三水怎么刷好牌(透视)详细辅助脚本教程(2021已更新)(百度贴吧)该软件可以轻...
一分钟辅助挂!哈灵辅助插件如何... 一分钟辅助挂!哈灵辅助插件如何下载(辅助挂)详细辅助黑科技教程(2025已更新)(百度)在进入哈灵辅...
2分钟辅助挂!吉祥麻将手机版有... 2分钟辅助挂!吉祥麻将手机版有挂吗(透视)详细辅助安装教程(2022已更新)(头条);吉祥麻将手机版...
4分钟辅助挂!闽游麻将十三水怎... 4分钟辅助挂!闽游麻将十三水怎么提升胜率(透视)详细辅助插件教程(2024已更新)(微博热搜)一、闽...
十分钟辅助挂!友控骨牌有外挂吗... 十分钟辅助挂!友控骨牌有外挂吗(透视)详细辅助插件教程(2022已更新)(头条)友控骨牌有外挂吗辅助...
四分钟辅助挂!财神十三张可以开... 四分钟辅助挂!财神十三张可以开挂吗(辅助挂)详细辅助器教程(2022已更新)(哔哩哔哩)财神十三张可...
七分钟辅助挂!麻友圈2外挂安卓... 七分钟辅助挂!麻友圈2外挂安卓版(透视)详细辅助APP教程(2022已更新)(微博热搜)1)麻友圈2...
1分钟辅助挂!同城上饶棋牌有挂... 1分钟辅助挂!同城上饶棋牌有挂吗(透视)详细辅助安装教程(2022已更新)(哔哩哔哩)1、玩家可以在...