Hello Everyone.........
I am working on android tablets that supports 1280x800 and 1024x600 resolution. What is the best approach for UI design to use dip or px for layout designing. My problem is I want to support all Android Tablets in market with both of these resolutions but there LCD density may vary between 160 to 240 dpi.
What to do in this situation?
Android tablets have 240 dpi density or 160 dpi density or may have both?
Please tell which tablets devices have which density support?
Is it possible to workon both densities with same screen resolution through same xml layout?