How can I make a button visible in one activity when clicking a radiobutton in another?
问题 Im making a simple Androidgame , where the user selects an answer to a question (ind Activity1) by clicking a radiobutton. When the correct radiobutton is clicked, a button in the "Credits" (Activity2) will get VISIBLE and be available for the user. How can I make this happen? i can´t get the two activities to work together? The code from Activity 1 (the Question) where the user clicks the radiobutton: final Button s1 = (Button) findViewById(R.id.radio0); final Button s2 = (Button)