radio group setOnCheckedChangeListener
问题 I have some problem with radio group, I am new to Android development so I don't have much idea to how can handle it.This is form which has some input filed and radio group for choosing gender and save button. but I don't know where can I exactly put my radiogroup setoncheakchangelistener? so it gives me errors. MAIN ACTIVITY : package com.dietandroidproject; import Databasedata.Person; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget