Hacker News new | ask | show | jobs
by charleslmunger 3157 days ago
For what it's worth Android has used a separate thread for rendering since API 21. When you implement onDraw, it's really recording the commands and then sending them to the render thread for actual execution.