i will be targeting my app to all the android devices, what is the best way of doing it? so far i will be targeting Android phone and Kindle-fire and here is my thoughts.
android phone and its working as expected with images,font size etc... so i thought to test my app for kindle-fire:
create AVD emulator for kindle-fire with the below specification but i have few problems testing on the kindle-fire:
- the images are stretched out (not sure if the images size should be increased for kindle-fire?)
- font size is smaller then android phone (which i have tested)
- i have no back button in my activity so i assume the user will be able to use the back arrow button in kindle-fire but in the emulator there is none showing.
Here are the specs of the Kindle Fire
- Width: 600px
- Height: 1024px
- Abstracted LCD Density: 169
- Target: Android 2.3.3 - API Level 10
- RAM: 512 MB
what do i need to do in order to look and feel on both android phone and amazon kindle-fire?
should i create two separate projects and target font-size and image-size?
i am not sure what else i need to consider.