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

mobile applications and the web

Hi

I noticed some websites provide web applications for their site on mobile phones. For example, the Twitter app for Android. When you download such application all you find is something similar to web browsers but only targeted one website.

Is build such apps easy or require a background in programming? and which language is used? And will HTML, CSS used in this case?

And

2 Answers

You might wanna look into something called Phonegap :) You can use it to transform a website with HTML, CSS and JS into an app for almost all available mobile OS's. http://phonegap.com/

They have something called Phonegap Build which literally lets you upload a zip file with HTML/CSS/JS files and convert it into an app within 15 minutes. Not a lot of room for customization, but it works pretty good! https://build.phonegap.com/

I don't know if this is exactly what you're looking for, but it's the easiest way without any programming knowledge :)

James Barnett
James Barnett
39,199 Points

Is build such apps easy or require a background in programming?

No it's not easy. There is a course on Treehouse for learning programming to build apps for iPhones & Android.