12-11-2012 02:11 AM
Hello sir
In my app i need to show all camera images on screen (in small size)as a grid like structure .but on clicking any image it will show in large screen(full image ) . i thing i need to do work with aspect ratio..?
Thanks
12-11-2012 04:12 AM
Hi ravi1989,
You have to create two screen for that.
In the first screen you have to show all the thumbnail pics with the help of GridFieldManager. link
on click of any Image, you have to find out the index and path of that image and redirect the control to second screen with index and file path as a parameter.
Create another screen and dispaly BItmap as you like (i.e Big , small, resized... what ever you want)
--------------------------------------------------
please click 'Accept Solution' on posts that provide the solution to the question you've posted. Don't say "Thanks", press 'Like' button instead!