Building Lists in Jetpack Compose
As we know for listing data in android we have been using ListView or mostly RecyclerViews. But making a RecyclerView is time-consuming and it takes hell of a lot of code.
Advanced DataBinding in Custom Views
Have you ever thought about creating a custom view and binding data with a custom view?