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

JavaScript AngularJS Basics (1.x) Getting Started with Angular What Is Angular and How Does It Work?

Jacky Chan
Jacky Chan
5,541 Points

Is Mobile device apps are fall into the category of Client Side Application Framework?

As the question stated above.

Since the app is installed after download the package, so all request is just about data transmission from server to the app, vice versa.

Am I right.

Thanks

1 Answer

Steven Parker
Steven Parker
230,946 Points

Apps generally run in an environment that is permanent to the device. A framework would normally be something that supports something more transient, like the code from a server that only stays in your device while you are running it.

There's certainly a lot of overlap in the concepts, but in general I think permanent vs. transient (or where does it reside while not being used) makes the difference.

Happy coding!   -sp:sparkles: