I'm working on an app that receives random amount of images and should show them to the user in a grid. Grid cells depends on the amount of Images. Max is 5. Something like what Facebook does:
Notice how the grid changes based on the image dimensions but still in a fixed image space. I tried using staggered grid but it just creates a long list and I'm not exactly good at staggered grid layout myself. Another option is to use grid view but I couldn't programmatically change the dimensions of the grid cells. Any help would be appreciated
I should Mention I'm using Xamarin.Android