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

Design Mobile App Design for iOS Designing our App Designing our App

What is equivalent to a retina display on Android devices or rather its size should be 200% of the original artwork.

I have been stuck. I watched the videos many times. Please help!

Tomas Dvorak
Tomas Dvorak
10,010 Points

Retina displays can display more than 200dpi so for example Nexus 7 should be the candidate. Nexus has 216dpi which is as much as macbook with retina display.

1 Answer

Austin Whipple
Austin Whipple
29,725 Points

Android devices don't get the Apple-branded "Retina Display" name, but many still have high-DPI displays that have the same (or possibly greater) pixel density. Really, if you apply the same solutions you use for Retina Displays to Android, you should be in relatively good shape.

That said, checkout this Android Developer documentation for more information.

Austin Whipple
Austin Whipple
29,725 Points

Brandon, I believe XDPI is the answer to that particular fill-in-the blank question. A bit confusing since they reference XHDPI in that training as well.