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.
please help me, thank you
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.
please help me, thank you
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.