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

What is the best tool for creating a multi-platform app?

Hi, I wanted to create a very basic app that lets clients enter their information and it is stored in the database and a notification is sent to the business owner. I would like to create it across all the mobile devices and websites.

Can someone recommend a platform to implement this seamlessly?

Is HTML5 a good choice?

Has anyone used PhoneGap?

1 Answer

Michael Hulet
Michael Hulet
47,913 Points

The best way to make something cross-platform is to make it a website. For everything else, it's best to learn each platform's native language & SDK and develop with that, as it's a really terrible idea to use things like PhoneGap, RubyMotion, or Xamarin

Can you elaborate why we should not use stuff like PhoneGap?