Hi everybody
Xamarin Adroid:
I have a carousel showing pictures. When i add pictures Itemsource is updated (observablecollection).
With Xamarin forms 5.0.0.224 nuget package everything works fine but since 5.0.0.2291 refresh is not correct. issue is the same with the last 5.0.02401.
Sometimes nothing is drawn, sometimes only few items are drawns (not the complete collection). When i debug, i see that collection applied on itemsource is good, it seems to be a drawing problem
If someone on the developpement team can take a look about this issue, it could be great. Thanks
Now i use android 12 SDK and target 12, but it is the same with android 11. issue is not device dependant (android 9 to 12).