Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jake69mac

macrumors newbie
Original poster
Dec 8, 2010
1
0
Im new to app developing and i need to make an app for my business that will run on just one ipad for where customers can just simply enter their email and press another button eg submit and the data is logged into some type of database. which i can access at a later date does anyone know how to go about that ? Will be much appreciated.
 
Make a web app.
Put it on a web server.
Give your customers the URL of the web server.

Seriously. Your entire app consists of "Enter your email address", a blank field where the address is entered, and a "Submit" button. All the hard parts are going to be on the server that's receiving the submitted form data. The web app doesn't even need JavaScript, it's just a simple HTML form.

After you get the web-app working (which includes all the server-side stuff), you can turn it into an iApp with tools like:
Sencha: http://www.sencha.com/
PhoneGap: http://www.phonegap.com/
QuickConnect: http://sourceforge.net/projects/quickconnect/

Here's an example iPad app made using PhoneGap:
http://arstechnica.com/apple/news/2010/11/introducing-the-ars-technica-reader-for-ipad.ars
It's a much more substantial app than the simple email-address-submitter.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.