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

Using intents to display and share posts

Hi there treehouse, im learning android through ur wonderful website but im terrible lost at this point.

I've been making the blogreader app and i cant pass the point (3rd video or class http://teamtreehouse.com/library/build-a-blog-reader-android-app/using-intents-to-display-and-share-posts/opening-a-webpage-within-the-app-2 ) where we are supposed to take the data from a blog and show it on a webview on our app.. thing is, eclipsed as changed and it creates a fragment of the blogview actvity we create in the begining of that stage, so far so good i guess the only thing that changes is the layout is edited in the fragment and not in the activity itself since the "hello world" text view is on the fragment. so i added my webview to the fragment and proceed to code everything teacher Ben Jakuben instructed and in the end, when i run the app theres some errors regarding the data we're fetching.. i looked in the forums and tried every solution u had about this specific problem and so far, the last one i tried is the one that works better ( https://teamtreehouse.com/forum/trying-to-retrieve-data-from-my-own-blog-help , the Hubert Maraszek solution) wich allows me to get the data to the listviews but when i click any view the app crashes!

im so terrible lost is there anyway u can help me out?

2 Answers

Joseph Marcus
Joseph Marcus
11,069 Points

Did you get to resolve this problem yet?

Joseph Marcus
Joseph Marcus
11,069 Points

By the way, are you sure you checked this link out (https://teamtreehouse.com/forum/blogwebviewactivity-webview-crashing)? If you didnt please do. Cheers.