Select an image from the image gallery

I want users to be able to get an image from their image library (the place where the pictures were taken with the camera) for use as an avatar in my application. Or maybe I can add some images to the XAP file.

My questions:

  • What should I do so that the user can select an image from his image library?

  • What should I do so that the user can select the image added to XAP?

+3
source share
1 answer

1) Use PhotoChooserTaskorMediaLibrary

2) Use ResourceManagerwith Resource URIs(AKA Pack URIs)

+3

All Articles