Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

product question

I want to build an app for marketing people in the restoration business.

My customer is: marketing pro making contact with property managers and insurance sales companies who wants to offer value and continued engagement with their contact list

My product: a productized service. a customized app for each company that they can offer to their list for download. The app should have call functionality for the users to call the restoration business and be easily customizable for each business i sell to.

What technoloys should I use? How do I build for iOS and Android at the same time. (I'm learning javascript) How does it connect to the backend?

2 Answers

Jesse,

If you're targeting multiple mobile platforms, then I'd recommend a mobile web app. You can build this with HTML, CSS and JavaScript, and deploy it as a download or use something like PhoneGap to convert it to a platform-specific app that can get into app stores. Hope that helps.

I am not familiar with mobile applications so I won't be able to assists you with that question but if you were looking to create something like this as a web app. I would think your best bet would be using PHP as you would need a server-side language to talk back and forth with a database.

That is only a guess, I am not a back-end developer so you might want to wait for someone with experience to guide you in the right direction.