Re: [android-developers] Developing for tablets

2011-02-21 Thread Mark Murphy
On Mon, Feb 21, 2011 at 4:36 PM, Doug Gordon wrote: > Mainly, it seems like many applications would be better off being redesigned > or offered in separate versions for tablets as opposed to simply being > handled by different layouts within a single app. A device like the Xoom has > a resolution

[android-developers] Developing for tablets

2011-02-21 Thread Doug Gordon
I've not paid much attention to the Honeycomb SDK issues since I figured it's better to wait until something final is available, but I am definitely wondering if we will be getting any specific information or guidance from the Android folks regarding developing for device with the larger tablet

Re: [android-developers] Developing for tablets-high res

2010-12-10 Thread Kostya Vasilyev
Brian, The ldpi, mdpi, etc. are pixel densities, not the number of pixels on the screen. 1024 by 600 at 10" is matched by a "-large" qualifier. http://innovator.samsungmobile.com/galaxyTab.do Be careful with it, though: just "-large" is also matched by a screen that's 480 by 800/854 with pi

Re: [android-developers] Developing for tablets-high res

2010-12-10 Thread TreKing
On Fri, Dec 10, 2010 at 2:53 PM, brian purgert wrote: > Sorry if some one has asked this before but I have a problem. Im making a > game and I have 3 folder for drawables hdpi ldpi mdpi but even hdpi is only > made for systems with resolutions of up to 480 by 854, and some tables have > resoultion

[android-developers] Developing for tablets-high res

2010-12-10 Thread brian purgert
Sorry if some one has asked this before but I have a problem. Im making a game and I have 3 folder for drawables hdpi ldpi mdpi but even hdpi is only made for systems with resolutions of up to 480 by 854, and some tables have resoultions with 1024 by 600 pixels -- You received this message becaus