POC.EditingPhotoApp
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!!
Platforms
☑ Tested on Android device version 13
Features
- .Net MAUI
- .Net 7
- .NET MAUI Community Toolkit DrawingView
- MVVM
TO-DO
Capture only partial screenshot from ViewModel. Currently, the screenshot is being taken from the code behind.
More information
- Author: Enrique Largacha Gil
- Source code: https://bitbucket.org/studyingtechnology/longotodo/src/master/
Spanish
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.