Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created November 2, 2020 01:28
Embed
What would you like to do?
QuizApp 4.1
public class MainActivity extends AppCompatActivity {
private TextView countLabel, questionLabel;
private Button answerBtn1, answerBtn2, answerBtn3, answerBtn4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment