Android screen resolution and sketch display
in
Android Processing
•
2 years ago
Hi all,
Vodafone UK today announced the HTC Sensation, which has a qHD (540 x 960 pixel) display. I've been working on an Android application for some time now using QVGA (800 x 480) as my working resolution, but would like to make it as future proof as possible. I realise there are issues with the way size() works on Android, but can anyone tell me exactly how the sketch will be treated if run on a higher resolution screen? If I specify QVGA and then run on a tablet or a qHD screen is the sketch, stretched to fill the screen, or will the user end up with a black frame and the sketch running at the specified resolution?
Any information on the subject would be greatly appreciated.
Dave
1