I just found out something and I was wondering about how and why. I\'m developing a small arcade game for Android. I decided to ignore OpenGL and use the standard SurfaceView an
The SurfaceView of your Canvas is meant to be used when you should iterate constantly and Drawable is not for that purpose.
SurfaceView
Canvas
Drawable