Helping out a friend here, and thought I would play with programming an iPad. Here is the requirement.
The user (HR) wants to use an iPad (iOS6) to take a picture, and the picture is seemlessly uploaded to the corp web page, the user is on. They totally want to skip the part where you normally browse and upload a photo.
They just want to take a picture, and have the picture show up on the web page. What is the most seemless way to do this? Providing the best user experiance?
My thoughts are to write an app to access the camera, and then upload the image via webservices to the website. But, since this is my first adventure into programming in the iPad world, I thought I would check with the more experianced here.
Thanks a bunch!
This would definitely be a perfect first iPad programming project, but be sure to pick up a decent iOS Programming book (like the one by Joe Conway & Aaron Hillegass) to get yourself familiar with the building blocks of a good iOS citizen.
Then you may want to watch a video about your question and ask questions on StackOverflow to help you on next steps.