Hi All,
Today I am going to share Jetpack CardView sample. Here I am going to create a simple android cardview UI withoutt using the android Xml and layout editor.
We are going to build the UI using Composable funtion(i.e: using Jetpack Compse).
Column : We are going to use Column function for arranging the view vertically.
For arranging the view horizontally you can use Row function.
Check MainActivity.kt file for Code,
Download complete code here
Hope this will help someone.
Enjoy coding.... :)
Enjoy coding.... :)