I am kinda new to Android and I am experimenting with different layouts and so on. Today, I was creating RecyclerView with CardViews as items. All great, but I also found staggered layout manager. So I created RecyclerView with staggered view, and images, etc. Next step, I wanted to create CardView and the contents of this CardView are images that are in "staggered view like". Like on this image
Any idea how to implement this? I would be happy with any pointers.
Regards, golobich