How to create a multi-format map view in Android? I created the same map view, which is similar to the grid view using the recycler view and the map view. Now I want to create an idea of maps, where the first map has a full width and some height, the others - half the width, but different heights. As mentioned below, where each card has different layouts and sizes.
Any guidance is really helpful. Any sample code will be great.

source
share