Project Description:
We need an iphone photo app, that works this way:
1. User opens the app, logs in (login is validated against mysqld db). If he cannot log in, a error messsage screeen appears. If he succeed logging in, an id number (obtained from mysql) is loaded into the apo.
2. User takes photo at once or chooses it from iphone native photo album. Photo filename is renamed automatically with id number.
3. User fills form w/some text fields, dropdown menus. and checkboxes. (dropdown options are loaded from mysql)
4. User submits photo and form details, and app uploads them into mysql.
5. If suceeded, an ok message screen appears.
6. Photo is stored on iPhone.
7. User can the upload a new photo w/filling a form or logout from app