-
-
Save codeforfun-jp/30cae9e0acfaa7b5b22ec1ef633c4827 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 3-3
This file contains hidden or 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
| class MainActivity : AppCompatActivity() { | |
| private lateinit var binding: ActivityMainBinding | |
| private var rightAnswer: String? = null | |
| private var rightAnswerCount = 0 | |
| private var quizCount = 1 | |
| override fun onCreate(savedInstanceState: Bundle?) { | |
| super.onCreate(savedInstanceState) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment