How can I restore the deleted index in the array??? haha here's the scenario:
When I run the app it works perfectly so when I went to the Result Layout there is a button if the user will retake the quiz again. This is the part where I find it stressful, When the user press the "Retry button" The layout which the quiz should be displayed is blank or a white page. When I rechecked the events I appeared to deleted the index of the elements ( for shuffle ). Is there a way how can restore or probably pass the value of arrayQuestions to arrayStorage to prevent it from deleting and at the same time when I click the "Retry button" the value of arrayStorage will copy or transfer the value of it to arrayQuestions