当按钮在另一个片段中时,从主活动中调用按钮单击事件

时间:2019-05-17 12:59:04

标签: android android-fragments layout android-button main-activity

我正在尝试将setOnClickListener写到我主要活动中另一个名为fragment的{​​{1}}内的按钮上

我是android开发的新手,所以我无法理解为什么出现此错误。我尝试使用InsertFragment,但没有用

当我从菜单栏中选择相关片段时,我的片段将被调用

setContentView(R.layout.fragment_insert)

这是我遇到的错误。请纠正我的错误。预先感谢

1 个答案:

答案 0 :(得分:0)

确保已声明并初始化您的Button

类似

Button addButton = findViewById(R.id.add_button);