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

jinhwa yoo
10,042 Pointshelp me what'swrong???
I was stucked help me
1 Answer

Kevin Faust
15,353 PointsHi do this inside your code:
@Override
public String toString() {
return "BlogPost:" + mTitle + "by" + mAuthor;
}
When you try to call a BlogPost object as a String value, it will return the above String

jinhwa yoo
10,042 Points어려운데 잘부탁해요...

jinhwa yoo
10,042 Points답이 아닌데요?????

Kevin Faust
15,353 Points정말요?? 재가 다시 했는데, 문제 없었어요

jinhwa yoo
10,042 Points아 해결됐어요.. 다른 문제였어요... 감사해요

Kevin Faust
15,353 Pointsㅎㅎ 그렇군요. 앞으로 화이팅!

jinhwa yoo
10,042 Points그런데 너무 어려워서.. 혹시 메신저나 페이스북있나요? 친구추가 할려구요..ㅎㅎ 실시간 으로 물어볼려구요

Kevin Faust
15,353 Pointsㅎㅎ 맞아요. 이거 엄청 어려워요. 근데 사실이 요즘 시간 없으니까 도와줄 수 없어요. 대학 시험은 다음 주 시작해요 ㅠㅠ. 죄송해요
Grigorij Schleifer
10,365 PointsGrigorij Schleifer
10,365 PointsHey jinhwa,
can you post your code pleae?