question

agadewar avatar image
agadewar asked

UI destorted on Kindle HD 7"

I am making my app compatible for nexus 7 as well as kindle HD 7". But the UI has drastic change. Everything looks bigger in case of Kindle HD 7". I found one reason behind this. The device has resolution of 1280*800 pixels. So its density is 216ppi. Hence this is tvdpi device. But as amazon reported this device as HDPI all resources and drawables are scaled by the scaling factor of 1.5. But this should be scaled by factor of 1.33. Can any one suggest may some solution to make my layouts look good on both devices?
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Sachin@Amazon avatar image
Sachin@Amazon answered
Hi agedewar, Please go through our graphics documentation for more information https://developer.amazon.com/sdk/fire/optimize-graphics.html You can also get more information on this through our blogs http://www.amazonappstoredev.com/2012/11/scaling-a-phone-app-to-a-tablet.html http://www.amazonappstoredev.com/2011/01/designing-apps-to-run-on-smartphones-and-tablets.html Hope this info helps.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.