Hi,
We just open-sourced a project to learn Jetpack Compose for Android by Examples.
Jetpack Compose is Androidโs modern toolkit for building native UI.
Project Link: Jetpack-Compose-Android-Examples
You will be learning:
- How to build UI using Jetpack Compose in Android?
- How to display a Text and apply various styles to a Text?
- How to display a TextField(EditText) and apply various styles on it?
- How to use the Preview and PreviewParameter feature offered by Android Studio?
- Learn how to use various layouts such as Column, ScrollableColumn, LazyColumn, Row, ScrollableRow, Box, Stack, and ConstraintLayout in Jetpack Compose?
- Learn the usage of Clickable in Jetpack Compose with the help of examples.
- How to use Buttons, Card, Images, AlertDialog in Jetpack Compose?
- Through the Jetpack Compose tutorial, you will learn various Material Design UI elements such as BottomAppBar, TopAppBar, BottomNavigation, Checkbox, CircularProgressIndicator, LinearProgressIndicator, RadioButton, Slider, Snackbar, and Switch.
- Learn how to make Custom Views in Jetpack Compose?
- How to add animation such as Crossfade and Shape Rotation in Jetpack Compose?
Project Link: Jetpack-Compose-Android-Examples
Thanks
Team MindOrks