You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid this error you need to check the value of J counter, if J counter value is equal to nos of questions in list then create an intent and call Result activity to display result and in else part continue with the reading of questions and answer.
To avoid this error you need to check the value of J counter, if J counter value is equal to nos of questions in list then create an intent and call Result activity to display result and in else part continue with the reading of questions and answer.
if (c2 == 0) {
for (i = 1; i < 50; i++) {
list.add(new Integer(i));
If my database question are over then the app crashes.
The text was updated successfully, but these errors were encountered: