Is double buffering makes any sense on android? Can it be implemented?
A:
Do you mean graphics? Double buffering completely makes sense for graphics.
On android, the surface and canvas interfaces support double buffering, and the facility is used extensively.
Will
2010-10-19 10:02:44