I have an app with simple MVVM implementation with ListView on my View.
I need to add images to ListView, but not just images. I need to draw something on that images.
I have a model which consists of filepath, middle and theta properties. And I need somehow to bind edited images to ListView.
What is the proper way to accomplish that? How I can add edited images to ListView from a ViewModel?
It’s really not easy to answer because you don’t state how you plan to edit the image…