vendredi 8 avril 2016

Android studio quizz random questions

I have and android quizz app game and i want to have randomw questions on my App.This is my code to insert some questions (qid is the id of a question): for example question 3

else if (qid == 3){
            currentQ = queslist.get(qid);
            setQuestionView();
            loadDatafromAsset(4);
        }




Aucun commentaire:

Enregistrer un commentaire