Hi
I have simple animation - figure is starting on specific plan on screen and then move right/up..
with a1.InitializeTranslate("Animation", 0, 0, 80dip, 20dip)
the problem is on phone vs. tablet, the start location is different (due to screen resolution)
and also the movement is wrong
I assume I need to "math" it?
how do I do it?
1. Know start location + end location (left / top of images) based on device
2. Know the animation relative movements based on device
Thanks