I am developing a Quiz application. I need to store the questions and answers(options) some where in the app so that I can fill the TextView
's RadioButton
's in a Activity
Dynamically. How can I store such data and Access it to fill my Activity
.
I am not sure about the concept. Please suggest the best way to do this.