Hi, I used this tutorial to build my camera service:
http://docs.appery.io/tutorials/using...
I built the 1st part of my photo album with the above tutorial. So now i have successfully tested and taken a picture with my Android phone. I see it its in this screen (only the 1st image (top-left) is mapped):
QUESTION #1:
As you can see I laid out my design to show the way it would look like if the user adds multiple pics - it would be something like a gridview list area of pics. The question #1 is how do i show to the user all the added pics. And not only that how to hide the current blank image (s) on page arrival until a pic is taken and loaded to the page.
QUESTION #2 + 3 + 4:
Furthermore, I want to allow the user to add more pics, so obviously they will hit the Take Pictures button again, but (question #2) how do i add the next pic to another image? Basically, what Im asking is do I build a grid area like i did here (question #)3? And if so, can I store these pics in local storage until the user is finished and hits the 'Im Finished, Send Pics' button (sends all pics to my server at once) (question #4)?
QUESTION #5 + 6:
I'm assuming that I only need to design just one image in this gridview (and just add cells to the gridview as pics are taken and added, i had it shown in my screenshot just to show you guys what i want the layout to be like), is that correct (question #5). My next question (#6) is if so, how do I automatically add a new cell to the gridview area as pics are taken and stored in local storage? If there's JS code involved to do this, please respond with the JS to do that because I have no idea how to even draft the JS for this function or functions...
Thanks,
John