I want to develop an application specific to an Android device. The device has a 5.7 "640x480 touch screen. I use Eclipse for the development environment. I'm trying to edit activity_main.xml to create a GUI. There are devices that can be selected as the screen (for example, Nexus S (4.0" , 480x800: hdpi), 5.1 "WVGA (480x800: mdpi)). The options are not suitable for my project. Is there any way to add a 5.7" 640x480 screen for the graphical interface?
Or is it enough to change the width, height of the RelativeLayout properties to 640x480?
I'm actually trying to say how can I create a GUI for 640x480 LCD in Eclipse?
source share