我愿实施一个时间环境,如一个Pi(。
- Should I use GlSurfaceView or just extend View?
- Should I make it as a compound View (it would consist of several Views) or draw everything on the Canvas in onDraw?
- In case I won t extend GlSurfaceView, how to do (smooth) animations? Start a Thread and call postInvalidate()?