How to create design Android using recyclerView with dynamic item

22 views Asked by At

I want to make an Android design with Kotlin like this.How do I create a design like that with recyclerView? If you scroll, the bottom display will be like the design example above too.

sample design

please help me, thank you

1

There are 1 answers

1
Tyler Pfaff On

You can try using the StaggeredGridLayoutManager when you build your RecyclerView. It automatically lays things out in a similar manner, generally granting views the space they need no matter their size and shape.