Mobile App Making Program

Sidi

Well-known member
Does anyone know of a good program to make mobile apps?

I need to make one for my company, basically they want the following:

Picture a form with a bunch of questions. Then when the person fills it out, they can click submit and it can do one of 2 things

It will bring up an email and auto populates it with said form then they can hit send.

It will automatically send it to an email address at our company.
 

shrimants

Well-known member
You can use something like MIT's App Inventor Toolkit. that is basically a drag and drop solution that remains functional, and you can modify the code to your needs. pretty much everyone in college uses that.

Theres also a butt ton of other options if you just want to play around with it.

Personally, i'd just create a website with a responsive theme, like phocup said. head, body, tail, some CSS, some divs and shit. Hell, you can probably create a full screen website using simple drag+drop type methods, then just tag all the various elements and create responsive rules yourself. its not difficult, but it is definitely extraordinarily tedious unless you already have a bunch of experience. my web design class was a motherfucker :(
 
Last edited:
Top