Image of list I wish to replicate.
I am designing an app that displays a list similar to the one displayed in the image. I actually will be implementing 3 lists of the same kind stacked below each other vertically(Each row representing output from 3 different API calls, So basically I have 3 different horizontal-recycler views). My problem is how do I maintain uniform width and height across cards in one row as well as across the 3 rows. The API response from the 3 sources that is mapped into the 3 rows, returns images of different sizes for each row. Is hard coding the size the only solution?If so, how will I maintain the size across different screen sizes?