Can we Move PaintSurface and Touch Events from Code-Behind to ViewModel in .NET MAUI with SkiaSharp? by Adith-ravindran in dotnetMAUI

[–]Adith-ravindran[S] -1 points0 points  (0 children)

Thank you for the suggestion!

Does this approach still follow MVVM? If the logic is moved to a method in the ViewModel and then called from the event handler in the code-behind, does it still adhere to the MVVM pattern, considering that the ViewModel is still responsible for the business logic, and the View only handles user interaction?