Give me any example for getting an image from gallery in windows phone 8 -


i new windows phone 8 development 1 can please me in getting image stored camera roll (sdcard). , should retrieve image using path of image have stored in sd card.so kindly provide me example.

thanks in advance..

you can use photochoosertask

for imagepath call

 photochoosertask.completed += oncamerataskcompleted;     private void oncamerataskcompleted(object sender, photoresult e)     {         if (e.taskresult == taskresult.ok)         {            stream imagepath = e.chosenphoto         }     } 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -