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

iOS Build a Playlist Browser with Objective-C Building a Music Library Model Creating a Music Library

Ornilo Santiago
Ornilo Santiago
6,773 Points

Creating an app pulling data from server

Hi Parsan,

Would you be able to create a course in how to create an app (similar with this one or a different course) pulling the data from the server. Most of the courses at TeamTreeHouse is having data model locally.

It would be great to see a course with Menu icons, TableViewCell, and DetailViewControl datas pulling from the server.

Thanks, Nilo

2 Answers

Have a look at the Blog Reader apps. They use web-based JSON data to demonstrate what you're talking about.

http://teamtreehouse.com/library/build-a-blog-reader-android-app http://teamtreehouse.com/library/build-a-blog-reader-iphone-app

Great courses!

Hope this helps.

Steve.

Joey Shiner
Joey Shiner
8,372 Points

I would look into using Parse as your backend service to pull data remotely. http://www.parse.com

Teamtree House also has lessons for building a self destructing message app that uses Parse as a backend service: http://teamtreehouse.com/library/build-a-selfdestructing-message-iphone-app