- Back to Home »
- Android »
- How to use SurfaceView in Android
Tuesday, June 26, 2012
We've come here the SurfaceView to draw the bubble and let it move.
Why should I use SurfaceView it? Faster because it is painted,
Usually we need a fast screen updates
Will not use the View, but the use of SurfaceView.
Code
http://uploadingit.com/file/ov0muluumw4ag9oi/SurfaceViewDemo.zip
Why should I use SurfaceView it? Faster because it is painted,
Usually we need a fast screen updates
Will not use the View, but the use of SurfaceView.
Code
http://uploadingit.com/file/ov0muluumw4ag9oi/SurfaceViewDemo.zip