Tuesday, June 26, 2012

How to use SurfaceView in Android

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

No comments:

Post a Comment