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 Build a Blog Reader Android App Adapting Data for Display in a List Filling Our String Array and Creating the Adapter

Question about uses of data in JSON. What kind of data can I display in my website or android app?

Hi there,

I'm going through the "Build a blog reader android app" and it explains MCV, how to get data from the internet in json and displayed in your app. My question is, where do we get this data from? Is it legal to just get son data from lets say weatherchannel and displayed in my app? or are there specific sources and prices programmers have to pay to access such data?

I did some research on Google, but I would rather this topic be explained by somebody that has experience dealing with json. Thank you!