EditingPhotoApp is a small POC developed with .Net MAUI to answer a question done in the comments of a YouTube video. Just take a photo, edit it painting directly with your finger over the screen and have our edited photo ready to work with: to be saved on a database or on your device, or whatever you might need to do with it
I hope you find it useful and don't hesitate to correct me for improving. Thank you!!
☑ Tested on Android device version 13
☑ Tested on Android emulator version 11 (API 30) - Resolution: 1080 x 2220 440 dpi
- .Net MAUI
- .Net 7
- .NET MAUI Community Toolkit DrawingView
- MVVM
Capture only partial screenshot from ViewModel. Currently, the screenshot is being taken from the code behind.
- Author: Enrique Largacha Gil
- Source code: https://bitbucket.org/studyingtechnology/longotodo/src/master/
EditingPhotoApp es una pequeña POC desarrollada con .Net MAUI para dar respuesta a una cuestión planteada en los comentarios de un vídeo en YouTube. Simplemente, haz una foto, edítala pintando directamente sobre ella con el dedo y obtén la foto editada lista para trabajar, ya sea para guardarla en una base de datos, para guardarla en el dispositivo o cualquier cosa que puedas necesitar hacer con ella.