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
Copyright © 2021 Jogjafile Inc.
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.