Hi there - I've written a game which involves dropping an ImageView from the top of the playfield to the bottom, using the regular animation library (specifically the InitializeTranslate method). On regular smartphones the drop is beautifully smooth, but on the Nexus 7 the animation can be somewhat juddery, and on the Nexus 10 it's horrifically jerky. I presume this is down to the higher resolutions these devices use, but that's just a guess.
Any suggestions as to how I can make the animations run more smoothly on these hi-res tablets? Please don't tell me I have to rewrite the whole thing with GameViews or Canvases...
Any suggestions as to how I can make the animations run more smoothly on these hi-res tablets? Please don't tell me I have to rewrite the whole thing with GameViews or Canvases...