Jetpack Compose Tutorials and Playground 🤓 Overview 1-1 Column, Row, Box, Modifiers 1-2 Surface, Shape, Clickable Material Widgets 2-1 Text 2-2 Button, IconButton, FAB, Chip 2-3 TextField 2-4 Image 2-5 LazyColumn/Row/VerticalGrid 2-6 TopAppbar & Tab 2-7 BottomNavigation 2-8 Bot...
After that, you’ll learn about Compose — the awesome new UI toolkit for Android, which is making all the Android kids super hyped! :] You’ll see how Compose approaches each of the concepts of the current Android UI toolkit and why it’s the next evolutionary step in Android developm...
}Code language:Kotlin(kotlin) NOTE:Bottom sheet is an experimental API in Jetpack Compose (by the time I’m writing this tutorial), which means that you have to add the annotation@OptIn(ExperimentalMaterialApi::class)in every function that you’re using it. Back to theBottomSheetScaffold, let...