[android-developers] Re: Screen Size

2009-11-28 Thread Jason
Have you taken a look at the "Supporting Multiple Screens" page on the developer site? http://developer.android.com/guide/practices/screens_support.html This should provide most of the information you need in terms of designing for multiple sizes. On Nov 26, 1:30 pm, "Sasikumar.S" wrote: > Hi,

[android-developers] Re: Screen size

2009-10-15 Thread Dianne Hackborn
Because you are running in density compatibility mode. And for the most part, it is far better to get the screen size by creating your view hierarchy and seeing what size the view(s) get set to. The size you get from Display is the absolute size of the physical screen, which doesn't account for s

[android-developers] Re: Screen size

2009-10-16 Thread Sikus
I don't understand where is problem in QVGA distinction. I have banner which I load from server. Therefor I need recognize programatically absolute size of the physical screen that I have right width of banner. Is there any way how can I recognize right physical screen width? On 15 říj, 23:39, D

[android-developers] Re: Screen size

2009-10-22 Thread Sikus
So, I solved it. I have problem with manifest.xml. When I don't use android:targetSdkVersion="4" it resize for example QVGA from 240x320 to 320x427 and WVGA from 480x800 to 320x533. When I use android:targetSdkVersion="4" everithing works good and Display display = ((WindowManager) getSystemServic

[android-developers] Re: Screen size

2009-10-22 Thread Dianne Hackborn
Be sure you read this so you understand what you are doing: http://developer.android.com/guide/practices/screens_support.html Also, go ahead and ignore my point that you shouldn't do things based on the raw physical dimensions of t

[android-developers] Re: screen size compatibility

2009-12-17 Thread admin.androidsl...@googlemail.com
You can use an emulator and set it to Droid WVGA resolution. If you are just testing screen sizes this should be fine. If you need to test other functionality of the device, e.g. camera, gps, integration between apps, etc. you will be better off with the device itself. -- You received this mess

[android-developers] Re: screen size of emulator?

2009-09-09 Thread Dianne Hackborn
You generally don't, your views get told the size they should be as part of the view hierarchy layout. Directly getting the size of the display is not recommended, because it may have no relation to the actual space your UI has available (such as if there are other screen decorations around, like

[android-developers] Re: Screen size issue with Motorola Bionic

2011-11-30 Thread lbendlin
define "smaller". Do you see a black border ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubsc