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

General Discussion

If you have a responsive website, do you need a mobile app version of your site as well?

Since the Treehouse website is already responsive, I wondering why they have an iPad App as well? Why do they need an app if their site is already responsive? Would you need several apps for different devices? I thought the whole point of media queries was that a site would look good/be accessible on mobile devices. O.o

UPDATE: The main reason I was asking was regarding responsive WordPress themes. Why would they also require a mobile app? I found the answer here and here.

1 Answer

A native app can provide specific features not available to a web app. So even though the site looks great in my ipad browser it does not for example allow me to download videos for offline viewing. The native app lets me do this which is why I use it instead of the website.

So there is no straight answer to your question. It depends on what you want to accomplish. Native apps have access to hardware and OS functionality which might not be accessibe through a browser.