Conclusion
In this lesson, you’ve learned about the basics of Jetpack Compose, the features it offers, and ways in which it’s better than XML views. You also learned:
- How to create a Composable function.
- The significance of the @Composable annotation.
- Naming conventions Compose follows.
- How to use previews in Compose.