I am trying to draw a series of png's onto around half the screen area, like this:
and at the same time playing a 'tick' sound.
This repeats quickly, imagine lke a random spinning number slot machine stylee.
The audio and video doesn't sync though, is there a strategy that I can emply to make them sync?
Also, is PNG drawing slower than bitmap, or what should I do to optimise this?
B4X:
ImageView1.Bitmap = LoadBitmap(File.DirAssets,"step1.jpg")
This repeats quickly, imagine lke a random spinning number slot machine stylee.
The audio and video doesn't sync though, is there a strategy that I can emply to make them sync?
Also, is PNG drawing slower than bitmap, or what should I do to optimise this?