If I go to specifications of tablets Galaxy Tab and Kindle Fire, I see that their resolution is 1024 x 600 pixels, 7.0 inches, and dpi is ~170 ppi. If I create emulator based on these info (1024x600, 170dpi) and test it via tools like ScreenInfo
app, I see that they are registered as Large MDPI
.
Real devices are registered as Large HDPI
. This means that these specifications do not represent the real state of a real device.
Why is this different? How to make an emulator for these tablets which will really reflect the real devices?