Jetpack_Compose_Demo
Just few fun experiments with Jetpack Compose.
Note : This is not a serious app.
Tutorial (By Philipp Lackner ) : https://youtu.be/cDabx3SjuOY
1.) Image Card
2.) Box->Box->Box->Box...
3.) Text Styling
4.) Internal and External State Manipulation in Compose(Crazy Color boxes)
5.) TextField,Scaffold,rememberScaffoldState,Snackbar,Button,rememberCoroutineScope(Why we should avoid launching coroutines inside Composables?),Spacer.