Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Repackaged Android App drawing issues on Blackberry Playbook simulator

I am trying to repackage a small game I made for Android to be used on the Blackberry Playbook.

I was able to repackage it and deploy to the Blackberry Simulator on vmware just fine, except the redrawing on the simulator just behaves very strangely. For example I get a lot of flickering when things redraw. And sometimes half the screen draws and the other half doesn't. Sometimes the bottom portion of the screen disappears and all the images get shifted up.

This mostly seems to happen when I'm swapping button images, or using ImageView to do little animations and such.

Has anyone else experienced this? Is it a simulator issue, or will it occur on the Playbook as well? Any idea how to fix?

like image 518
Wide-Eyed Wanderer Avatar asked Feb 12 '12 19:02

Wide-Eyed Wanderer


1 Answers

I can confirm I have experienced the same flickering problems on the Simulator, but I published my repackaged Android app on the BlackBerry AppWorld, got the promotional PlayBook, and the app works fine on the real device. It is definitely the Simulator problem.

like image 120
piokuc Avatar answered Oct 21 '22 15:10

piokuc