0

I have a piece of code where I am covering an image into a List in order to store it in the device's memory. I then pull this list back out and would like to use it. I am current;y using MemoryImage(bytes) where bytes is the variable for List. There is currently no error being thrown however, the image does not show up regardless. Is there a better method for this action?

tyler powell
  • 130
  • 1
  • 12

1 Answers1

0

The solution given in the comments from thusith.92 was a correct solution. Instead of placing the image into the database, I stored the path of the image and simply used the systems built-in storage.

tyler powell
  • 130
  • 1
  • 12