-
-
Save codeforfun-jp/45ca691d6078b3256b2809b24304dc66 to your computer and use it in GitHub Desktop.
QuizApp 4.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private Button answerBtn1, answerBtn2, answerBtn3, answerBtn4; | |
private String rightAnswer; | |
private int rightAnswerCount; | |
private int quizCount = 1; | |
@Override | |
protected void onCreate(Bundle savedInstanceState) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment