setOnClickListener in fragment

前端 未结 3 1491
梦如初夏
梦如初夏 2021-01-22 06:51

I have simple application which has 1 Edittext and 1 Button.My application get the numbers in the first two Edit text and when the button is pressed the last EditText show the s

3条回答
  •  走了就别回头了
    2021-01-22 07:12

    Or just leave it like this, but remove the implementation of OnClickListener. ex: public class FindPeopleFragment extends Fragment implements OnClickListener { ... }

提交回复
热议问题