Here is my code :
if(radioButton_correct1e.isChecked()) {
score++;
scoreText.setText(Integer.toString(score));
}
the result is then shown in textView. This is the same for activity A & B . So how can i add results for both activities and show in activity C?