[android-developers] Screen size issue with Motorola Bionic

2011-11-30 Thread dillipk
Hello, I have an app which displays fine on most of the phones(Droid, Droid X, Droid 3 already tested). When I installed the same app on Motorola Bionic, the screen size looks smaller. Please advise me.. Thanks, DK -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Screen size supported

2011-07-12 Thread kirubakaran S
Hi, Include your resources in Xtra large dpi. Normally you don't have to worry about the screen resolution. On Tue, Jul 12, 2011 at 2:54 PM, mark2011 wrote: > Dear All : > >Is there anyone know the maximum screen size supported by Android? > Is it possible to display on 1366 X 738 density

Re: [android-developers] Screen size supported

2011-07-12 Thread shanmu nathan
HI , Refer Below Link. http://developer.android.com/guide/practices/screens_support.html On Tue, Jul 12, 2011 at 2:54 PM, mark2011 wrote: > Dear All : > >Is there anyone know the maximum screen size supported by Android? > Is it possible to display on 1366 X 738 density? > > Thanks. > > BR,

[android-developers] Screen size supported

2011-07-12 Thread mark2011
Dear All : Is there anyone know the maximum screen size supported by Android? Is it possible to display on 1366 X 738 density? Thanks. BR,Mark -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] screen size compatibility

2009-12-17 Thread Abhi
Hi, I want to make my app compatible to different screen sizes. I am right now developing on the Droid and need to know how can I import the screen image on eclipse emulator? I don't have a droid phone but want to make sure my app layout doesn't change on the Droid. Any suggestions? Abhi -- Yo

Re: [android-developers] Screen Size

2009-12-09 Thread Phavanhna Douangboupha
Android screen size are different and grouped into 3 different size. 1. the normal size, those of the same size with G1, 320x480 2. the small size, all those screen that is smaller than G1, e.g. HTC Tattoo (240x320) 3. the big size, all those screen that is bigger than G1, i.e. tablet style device

Re: [android-developers] Screen Size

2009-12-09 Thread Atif Gulzar
you need to go through this article. http://d.android.com/guide/practices/screens_support.html -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Dec 8, 2009 at 10:12 AM, Sasikumar.S wrote: > Hi hongi, > > Thanks for ur reply. > > I'm asking whether the android phone screen si

Re: [android-developers] Screen Size

2009-12-07 Thread Sasikumar.S
Hi hongi, Thanks for ur reply. I'm asking whether the android phone screen size are same or different?.. On Tue, Dec 8, 2009 at 10:37 AM, hongki park wrote: > what is a exact meaning of "Size" ?? > > 2009/12/8 Mark Murphy > > > All the Android Models are same size or different size?.. >> >> Th

Re: [android-developers] Screen Size

2009-12-07 Thread Sasikumar.S
Hi, Thanks for ur reply. So if we build a application. we need to find a screen size of a phone and then according to the screen size we need to give data. Is it right?.. How to do that?.. How to get the screen size of the phone?... On Tue, Dec 8, 2009 at 10:29 AM, Mark Murphy wrote: > > All th

Re: [android-developers] Screen Size

2009-12-07 Thread hongki park
what is a exact meaning of "Size" ?? 2009/12/8 Mark Murphy > > All the Android Models are same size or different size?.. > > There are QVGA, WQVGA400, WVGA432, HVGA, WVGA, and WVGA854 resolutions > defined for Android. Hardware exists for most of those. > > -- > Mark Murphy (a Commons Guy) > htt

Re: [android-developers] Screen Size

2009-12-07 Thread Mark Murphy
> All the Android Models are same size or different size?.. There are QVGA, WQVGA400, WVGA432, HVGA, WVGA, and WVGA854 resolutions defined for Android. Hardware exists for most of those. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/boo

[android-developers] Screen Size

2009-12-07 Thread Sasikumar.S
Hi, All the Android Models are same size or different size?.. -- Thanks & Regards Sasikumar.S -- 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 th

[android-developers] Screen Size

2009-11-25 Thread Sasikumar.S
Hi, What are the different screen size of android mobile? I need mobile screen size & model number of those mobiles. any one can know about these? Thanks in advance... -- Thanks & Regards Sasikumar.S -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Screen size

2009-10-15 Thread Sikus
Hi, is there any solution how recognize screen size? I'm using Display display = ((WindowManager) getSystemService (Context.WINDOW_SERVICE)).getDefaultDisplay(); int width = display.getWidth(); Log.i("width",""+width); but it doesn't works good. If i use HVGA in emulator it returns

[android-developers] screen size of emulator?

2009-09-09 Thread mmkr
Hai, How can i get the screen size of my emulator? i used Display display = ((WindowManager) getSystemService (Context.WINDOW_SERVICE)).getDefaultDisplay(); int width = display.getWidth(); Log.i("width",""+width); But it gives me different values each time. How to find the exact