How to store radio buttons in an array in android
How to store radiobuttons object in an array and then check their state? I have a list of questions and 开发者_StackOverflowyes or no answers implemented with radio buttons and i have to count the "yes" answers
You can create a Hashmap where you will store radiobutton object as key and its state as value.
Thanks Michiru
精彩评论