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

I plan on creating a app for android, however i was wondering what type of server to use for my application? Any ideas?

Do you have to have a server to run a application? I am new to this and trying to figure out some stuff.

1 Answer

Do you need a server? Depends on what your app does. A lot of apps can just run locally or grab available data through web based API's. If you need to store data in a location where other users can retrieve it, then you would need a server or back-end service. The Android track here has lessons where you create apps using both approaches. Why not give it a shot and figure out which approach you need.