I can't create an onCheckedChanged listener for my RadioGroup

前端 未结 3 1925
天命终不由人
天命终不由人 2021-01-26 05:29

I\'m trying to create an onCheckedChanged Listener for my RadioGroup, but eclipse is throwing erros at me. this is the code

<         


        
3条回答
  •  说谎
    说谎 (楼主)
    2021-01-26 05:52

    Make sure you imported the correct package import android.widget.RadioGroup.OnCheckedChangeListener; then the @Override will be correct

提交回复
热议问题