Component - Composable functions
A composable function in Android Jetpack Compose is a building block that defines a piece of UI. It lets you create UI elements by writing simple Kotlin functions that describe what the UI should look like.
Think of it like building with LEGO blocks: each composable function is a block you can reuse and combine to build your app’s screen.