I am new to Android. I am doing small quiz application. I have 5 sets of JSON file like .txt files. Each set consist of 30 questions.
My requirement is select 3 questions from each JSON set. Totaly i need to display 15 questions from 5 sets. How can i take questions from all sets ?
Thanks in advance.