Emmyolusola / Android-ish

android stuffs embedded
0 stars 0 forks source link

QuizApp Issues #3

Open Emmyolusola opened 8 years ago

Emmyolusola commented 8 years ago

setting the text of options from the list of string array that i already created as the user clicks updateUI method of the Question class is the main issue.

perfectmak commented 8 years ago

@Emmyolusola Checkout the answer here on how to build the radio button group porgrammatically

http://stackoverflow.com/questions/6646442/creating-radiobuttons-programmatically

Let me know if you need more clarification.