Is it faster/better to use Local Images or Embedded Images?
*** Local Images: Each project (ios, android, uwp) has the images in the resources folder.
*** Embedded Images: All images are in a Resource folder in the portable project.
I have 580 images in my portable project, and Im startin to see images not always appearing. So trying to find a solution for what could cause an image not to show up eventhough the .Source property for the Image is set.