Hi,
I am looking for a simple way to fix the following:
I have a timer with .interval=30
In my "tick" sub I make to move a little bitmap image from the top of the screen to the bottom, increasing at each tick the .top image position +1dip vertical ( using gameview ).
The sub works perfectly but I can see speed differences testing it on my 2 phisical devices, both in Portrait mode:
- SAMSUNG S3 : 720x1280, 306ppi
- SONY XPERIA TABLET S : 1280x800, 161ppi
In the tablet the animation is slower than samsung S3.
Why ? I think that density could be the answer ( 306ppi vs 161 ) considering that devices have the same pixel ( 1280 ) in portrait mode but I don't know how to manage it.
Any help is appreciated,
Thanks.
I am looking for a simple way to fix the following:
I have a timer with .interval=30
In my "tick" sub I make to move a little bitmap image from the top of the screen to the bottom, increasing at each tick the .top image position +1dip vertical ( using gameview ).
The sub works perfectly but I can see speed differences testing it on my 2 phisical devices, both in Portrait mode:
- SAMSUNG S3 : 720x1280, 306ppi
- SONY XPERIA TABLET S : 1280x800, 161ppi
In the tablet the animation is slower than samsung S3.
Why ? I think that density could be the answer ( 306ppi vs 161 ) considering that devices have the same pixel ( 1280 ) in portrait mode but I don't know how to manage it.
Any help is appreciated,
Thanks.