The app displays random questions following as a template with QuestionsActivity
, ie the user chooses true or false and will only change the question ( textView
) and the screen design will remain the same. My questions are in AsyncTask
, their order is random and should not be repeated but call this AsyncTask in onCreate
of my QuestionsActivity
. This will give the biggest bug. How do I "recursively" access my QuestionsActivity
in a way that only instantiates my AsyncTask ONE time (at the moment it opens the App)?