Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created November 9, 2023 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/3fd80e3ccc690322a3dfa61d8c168acd to your computer and use it in GitHub Desktop.
Save codeforfun-jp/3fd80e3ccc690322a3dfa61d8c168acd to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 5-1
class MainActivity : AppCompatActivity() {
companion object {
const val QUIZ_COUNT = 5
}
private lateinit var binding: ActivityMainBinding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment