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

Android

Ian Z
Ian Z
14,584 Points

does everyone use common IDEs to make an app? even stuff like facebook?

It feels silly to imagine something like facebook being made and maintained in eclipse. what do they do to make the 500 million+ dl apps like snapchat an instagram?

2 Answers

I think they do.. like xcode no matter how big the company is if they going to make a app for ios they need xcode no matter what. (unless it's a hybrid app html5/js)

Seth Kroger
Seth Kroger
56,413 Points

They almost certainly do use an IDE, it's the job they are designed for. IDEs bring together a lot of tools and features to manage big, complex projects as well as basic projects. (And some IDEs are effectively required by the platform, like Xcode or Visual Studio).