Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Compose Generics Objects and Extensions #161

Open
e1blue opened this issue Dec 24, 2024 · 0 comments
Open

Android Compose Generics Objects and Extensions #161

e1blue opened this issue Dec 24, 2024 · 0 comments

Comments

@e1blue
Copy link

e1blue commented Dec 24, 2024

Name of the Codelab or Codelab URL
https://developer.android.com/codelabs/basic-android-kotlin-compose-generics?hl=ja#6

Describe the problem
A clear and concise description of what the problem is.

In which lesson and step of the codelab can this issue be found?
Lesson number + step number.

7.11

fun main() {
    Quiz().printProgressBar()
}

fun main() {
   val quiz = Quiz()
   quiz.printProgressBar()   
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant