how can i send radio button value and switch case option to server using json android?
问题 I'm trying to make a registration form where all values are saving on the server, but i dont know how to send the radio buttons' value and switch option buttons' value to server. I tried implementing this for the Radio buttons, but when this activity opens, it only shows radio button value that too only once. Kindly tell me the correct way of doing this for both radio button and switch? Registration Activity package com.example.zeba.broccoli; import android.app.ProgressDialog; import android