[android-developers] MultiScreen Support in Android?

2010-03-07 Thread javame_android
Hi, I want to support most of the Android Devices for the application. The problem that I am facing is the positioning of the EditText fields. The User Interface gets displayed properly in HVGA Emulator but not in WVGA emulator. The HVGA emulator is 320 * 480 screen resolution and the WVGA is 480

Re: [android-developers] MultiScreen Support in Android?

2010-03-07 Thread kavitha
ya,me too facing same problem dip means deviceindependentpixels,,so if we position it using dip,,it gives same space with all screens,,, and that is the problem Is there any way to give dimensions based on screen? On Mon, Mar 8, 2010 at 12:45 PM, javame_android su...@softwebsolutions.comwrote: