Suggestion for app
Posted: Thu Dec 25, 2014 6:29 am
Hey everyone! So, I've been given a project from my workplace. Basically what it will allow users to do is enter information about where they are working each day (they move from place to place throughout the day). So there would be a button that will allow them to enter an address, then log the time and GPS location of the address. I've got the ability to add an address and GPS location, and time should be super simple. My question though is what would be the best way to store the data? I was thinking of putting it into an array, but the only issue I have is that I need a way to search the array and make sure that theres no double entries, which I'm not sure how to do that. My second question is that at the end of each day, the user needs to upload their data somewhere (perhaps through an email) to our system so we can enter it in for the day. Unfortunately, I'm not 100% sure how to do this, or what the best way to do it is. Is there a way to make the app store the data somehow (I need to make this for iPad if that makes a difference), even if the app gets closed, then each day when the users get back to the office, they can press a button to submit the information? As I said, I'm a bit stuck with the storing and submitting information, so if anyone has any ideas that would work, it would be greatly appreciated 
