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 Using Intents to Display and Share Posts Opening a Webpage Within the App

Kiran Rambha
Kiran Rambha
2,320 Points

Reason for the App Crash?

I did the same as shown in the video, The first time When I run it without any data to be loaded to the 2nd activity it works fine but The next half of the video when we write the code to load the data into the 2nd activity the application crashes this is the logcat screen shot logcat screenshot

Guillaume Maka
Guillaume Maka
Courses Plus Student 10,224 Points

In BlogWebViewActibity at line 4... you have a NullPointerException, that mean you try to use a variable that point to "null" ? Could you post your BlogWebViewActibity.java and the logcat ouput ?