I am developing an quiz based app and i wanted to know how i can do it.I want the text view and layout to remain stagnant only the questions and its options should change when next button is pressed.can some one help me out with this. Thank You in advance. Any help is appreciable
Share
Assuming that you have the layout in place for your quiz:
In your activity you can do something like:
AnswersListAdapter.java
answers_item.xml
You might have to do some customization depening on where exactly your data is coming in from and also few other factors. Hope it helps.