Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 24, 2024 04:56
Show Gist options
  • Select an option

  • Save codeforfun-jp/30cae9e0acfaa7b5b22ec1ef633c4827 to your computer and use it in GitHub Desktop.

Select an option

Save codeforfun-jp/30cae9e0acfaa7b5b22ec1ef633c4827 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 3-3
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