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 Android Lists and Adapters (2015) Updating the Data Model Finishing the Data Model

Ansh ⠀
Ansh ⠀
6,521 Points

Why no array of CurrentForecast?

Why there's no Array of CurrentForecast? As you created for Hours and Days!

1 Answer

Sana Khateeb
Sana Khateeb
3,979 Points

Not sure if your question was answered already, but the reason we don't need an array for current is because the JSON data for currently is not an array. Looking at the API call example from forecast.io, you can see that currently does not have the brackets [] for an array object. "hourly" and "daily" do have an array for the data.