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 Exploring the Master-Detail Template Blog Reader Project Overview

Seyfullah Erdogan
Seyfullah Erdogan
1,922 Points

CANT FIGURE THIS OUT!

Please help me on task 4 of 4 I cant do it!

3 Answers

Hi Seyfullah. The question itself tells us what to do; it says... "For the first parameter of Log.d() (the tag), use โ€œCodeChallengeโ€, and use the 'message' variable as the second parameter." We know that the .d() method takes parameters d (String tag, String msg). I hope this helps you figure out the solution, if you still can't get it you can paste what you wrote as a solution so we can help.

Log.d("CodeChallenge".LOG, 'message');

this doesn't work for me?

Hi Pravin, that's not the way it suppose to be, that's why. The TAG supposed to be "CodeChallenge" not ""CodeChallenge".LOG."

got it!