-
Notifications
You must be signed in to change notification settings - Fork 102
Issues: google-developer-training/basic-android-kotlin-compose-birthday-card-app
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
First Android app: Android Basics with Compose
#995
opened Jan 8, 2025 by
obiewhistler
updated Jan 8, 2025
First Android app: Android Basics with Compose
#994
opened Jan 8, 2025 by
isaacsgraphic
updated Jan 8, 2025
Install Android Studio: Android Basics with Compose
#993
opened Jan 7, 2025 by
farshadjanu1
updated Jan 7, 2025
Add images: Android Basics with Compose
#991
opened Jan 7, 2025 by
shoaib9804725
updated Jan 7, 2025
Text composables: Android Basics with Compose
#990
opened Jan 6, 2025 by
jamesdidit72
updated Jan 6, 2025
First Android app: Android Basics with Compose
#989
opened Jan 6, 2025 by
gnilsson2
updated Jan 6, 2025
First Android app: Android Basics with Compose
#988
opened Jan 6, 2025 by
gnilsson2
updated Jan 6, 2025
First Android app: Android Basics with Compose
#987
opened Jan 6, 2025 by
gnilsson2
updated Jan 6, 2025
Text composables: Android Basics with Compose
#984
opened Jan 4, 2025 by
etlweather
updated Jan 4, 2025
Variables in Kotlin: Android Basics with Compose
#983
opened Jan 4, 2025 by
ashriazzr
updated Jan 4, 2025
class ExampleActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent { // In here, we can call composables!
MaterialTheme {
Greeting(name = "compose")
}
}
}
}
@Composable
fun Greeting(name: String) {
Text(text = "Hello $name!")
}
#982
opened Jan 3, 2025 by
Mauriciotoxqui111
updated Jan 3, 2025
First Android app: Android Basics with Compose
#981
opened Jan 3, 2025 by
Mauriciotoxqui111
updated Jan 3, 2025
Text composables: Android Basics with Compose
#980
opened Jan 3, 2025 by
grantkemp
updated Jan 3, 2025
Your first program: Android Basics with Compose
#978
opened Jan 1, 2025 by
Keng5594
updated Jan 1, 2025
First Android app: Android Basics with Compose
#976
opened Dec 31, 2024 by
3DPixel
updated Dec 31, 2024
Text composables: Android Basics with Compose
#975
opened Dec 30, 2024 by
hubnigitle
updated Dec 30, 2024
Text composables: Android Basics with Compose
#973
opened Dec 26, 2024 by
pdmurty
updated Dec 26, 2024
Text composables: Android Basics with Compose
#972
opened Dec 26, 2024 by
pdmurty
updated Dec 26, 2024
Before you begin: Android Basics with Compose
#970
opened Dec 26, 2024 by
Karinza38
updated Dec 26, 2024
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.