I'm fairly new to android Java and I was wondering if you could assign a value to a radio button, check box or button like you can with HTML?
I have data coming from MySQL which I would like to be assigned to radio buttons.
I'm fairly new to android Java and I was wondering if you could assign a value to a radio button, check box or button like you can with HTML?
I have data coming from MySQL which I would like to be assigned to radio buttons.
Yes that is possible in Android.You can add it dynamically(programmatically) in the code.Refer the below link for how to do it How to add radio button dynamically as per the given number of counts?
Yes you can assign value to radio button , Check box and Buttons. Please follow a good tutorial for android. Please check this Link
Hope this helps.