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 an Interactive Story App Finishing the User Interface Loading the First Page

i added everything what is said in the video but i am not able to get the output as only the image

i have done coding till Drawable image = ContextCompat.getDrawable(this, mpage.getImageid()); mimageview.setImageDrawable(image) but this doesnt seem to have any effect on the output. when i comment this above code ..i get the output with the image and text view and also those buttons....so how is that possible..when i type thw above to it doesnt seem to have any effect.

Rares Mosescu
Rares Mosescu
2,001 Points

I changed the android:text from story_activity.xml to tools:text and the buttons' text is fixed. But I can't figure out the background...