Hello,
I'm beginner in Xamarin and I look for a solution allowing me to reproduce this presentation:
Each item will contain:
- a background color
- a label
- possibly an image
The items will be retrieved through a call to a Web service that returns a JSON.
I would like that the items take all the available width in the container and that they come to the line if necessary.
I don't know if this is easily feasable through a ListView, but as I would like to load the items through a ObservableCollection, I don't know if I have another choice.
I've found samples of similar cases but I wasn't able to build them:
https://github.com/twintechs/TwinTechsFormsLib
https://github.com/XLabs/Xamarin-Forms-Labs/wiki/GridView
I also found a topic that looks like my case, but without the "line return":
stackoverflow.com/questions/24329849/horizontal-listview-xamarin-forms
Can you tell me if what I want is feasible?