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 trialZerui Ma
5,422 PointsCurious about improving the blog reader app
I just finished the last course, what an app!
Now I'm thinking of playing around with the blog reader app, but I have encountered some difficulties:
I tried to parsing other blog website's data, for ex:blog.ted.com, but I don't know where I can get the summary of the recent posts like treehouse's blog does. Or is there another general way to get the posts contents?
If I want to add some pictures to show besides the plain text in the listView, should I add a imageView to the corresponding listView? Or what's the proper way to do it? And how can I get the pictures inside each blog post as my source of picture showing besides the titles?
Thanks!
3 Answers
Ben Jakuben
Treehouse TeacherFor another blog, you need to do some detective work to figure out how you can get the data. Here's another post where we talk about it (there are a few here in the Forum): https://teamtreehouse.com/forum/blog-reader-from-another-blog
For adding an image in the ListView, check out this video and the next in the Self-Destructing Message app project: http://teamtreehouse.com/library/build-a-selfdestructing-message-android-app/retrieving-and-viewing-messages/creating-a-custom-list-layout-for-messages
Zerui Ma
5,422 PointsAny ideas on how to implementing other blog sites' JSON data? Or should I use rss instead?
Joan Guerra Makaren
4,067 PointsThanks for the answer Ben Jakuben