MAUI CarouselView Out Of Memory Issue.
Maui android project CarouselView out of memory issue and laggy issue, when i load too many data.
4 Replies
they have any free tool to trach and memory profile ?
i am using rider, i can able to trace android device maui application in that.
GitHub
Profiling .NET MAUI Apps
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. - dotnet/maui
tanks, i have a small doubt in CarouselView, if we load 100 of objects using ObservableCollection, when we swipe the CarouselView it will load the data one by one and clean the old data or it will load all 100 data in CarouselView and when we swipe it will not clear ?