Hi fellows, i just want to start with a small android project. Just a simple GUI structure. And I ask myself - what would be the optimal resolution to fit the majority of android systems. I thought about WSVGA, landscape 1024 x 600. I have not enough knowledge in these technics, but would this mean that tablets with higher resolutions also would play / scale to this resolution?
Thanks for your tips in advance.
There isn’t any optimal resolution for Android. Best thing is to create GUI that can adjust itself to aspect ratios between 4:3 and 16:9. GUI plugins like NGUI make the development much easier.