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

Weather App: pressing on "Hourly" button makes app to crash and stop working

Hello friends!

I have done everything in the same way as in the video and double checked that. But Pressing on "Hourly" button doesn't open new layout and the screen gets frozen. Then after a few seconds it display Crash message. What can I do?

The first difference while typing the code was the recycler view version in grade file. Mine is v7:22.2.1

The second difference was while creating Recycler Adapter. Override method onCreateViewHolder required different parameters. I have tried to make the same as in video but it didn't solved the problem.

HELP PLEASE :)