In my app there is a resultpage that has to show the results of a rest-request.
I would like to use a gridview, so when I have a portrait layout there are maybe 2 elements per row and when there is the landscape layout then I want more elements per row (maybe 5 or more).
That depends on the device (smartphone or tablet), for example a tablet in portrait mode has to show more element per row than a smartphone.
I just want to use the "grid" element with a custom component, but that just doesn't seem to work. Any idea, regarding gridview?
Thanks in advance