OudomMunint / .NetMAUI-To-Do-List-App

A to do list app that performs CRUD operations. Made with .Net MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature - Media Attachments

OudomMunint opened this issue · comments

Implement Taking photos to add to a ToDoItem.

Step 1 - Model:

  • Add attachment property to model, depending on SQLite compatibility, may have to use byte[] then convert.

Step 2 - Permissions:

  • Should be able to access camera after permission grant on both iOS and Android.
  • Should be able to read and write to device local storage.

Step 3 - Crud operations
Step 4 - UI

Completed by PR #165