app 'zooming'

Monkey Targets Forums/Android/app 'zooming'

slenkar(Posted 2012) [#1]
when i ran my game in the official emulator (3.2) it recognized that the game wanted to run in 640x480 and said it was going to 'zoom' cos the screen was bigger than the game.

When it ran, the monkey game was running at native resolution (something like 1024x800)

The monkey program/game also used 1024 as DeviceWidth but my game expects 640

So, is the solution to not rely on DeviceWidth to place images?

Using virtual resolution would solve all these problems I suppose..


Volker(Posted 2012) [#2]
Using virtual resolution would solve all these problems I suppose..

I used autofit, which can be found in bananas dirctory for, one app,
and Diddys Virtual Resolution in two apps, without running in
bigger trouble until yet. So the solutions out here work pretty well.


slenkar(Posted 2012) [#3]
thanks


DruggedBunny(Posted 2012) [#4]
@Volker/all, with regards to AutoFit, please use/recommend the updated version found in these forums -- I need to get Mark to update the bananas version!