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 Adapting Data for Display in a List Handling Errors Using Dialogs

Why is it Displaying in emulator but not in actual tablet device

Hey I was wondering why it was displaying the titles only on the emulator but not on an actual device. I am not done with building a blog reader app yet but shouldn't I see it displaying the same stuff as I see it in the emulator?

Yes, by this time you should be seeing the titles on phone and tablet devices. One way that might help debug this issue is by putting in lots of logcat statements to see where any differences might be. And, you mention a physical tablet, and I'm assuming the emulator was a phone-sized device. When that's the only difference, then you may have to look at the layout XMLs if you changed anything from the default.