Author: Bhushan Maniyar

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.

Building Lists in Jetpack Compose

Advanced DataBinding in Custom Views

Have you ever thought about creating a custom view and binding data with a custom view?

Advanced DataBinding in Custom Views
Loading...