From: http://www.cnblogs.com/xuling/archive/2011/06/06/android.html
Tag: SurfaceView
SurfaceView Android camera photo
How to use the most simple Ways to realize the Google Android camera to take pictures. In the example of this article, we need to use To two files: the layout file and the Activity file. Tips,
SurfaceView and View’s most essential difference
surfaceView can redraw the screen in a new separate thread, and the View must update the screen in the main thread of the UI. Then updating the screen in the main thread of the UI may cause problem
SurfaceView double buffer test
This is a small test before the dirty rectangle drawing research of SurfaceView.
Android SurfaceView mainly updates the view in the worker thread, using a double buffering mechanism.
Be
Surface Flinger,SurfaceView,Surface,SurfaceHolder和Bitmap是Android
I am studying Suface document, Suface Flinger, SurfaceView, SurfaceHolder and Bitmap. I found the following definition:
Surface
Surface is pixel Collection. Surface is an object that saves pi
Black screen problem when adding SurfaceView in ListView
Add in OnCreate getActivity().getWindow().setFormat(PixelFormat. TRANSLUCENT ) ; Solve the problem of a black screen.
This sentence enables the window to support transparency and then you
surfaceview
Core Components of Android Game Development Framework
SurfaceView is an inherited class of View, and a Surface dedicated to drawing is embedded in this view. You can control the format and si
SurfaceView you should know
Reprinted with an indication of the source: http://www.voidcn.com/article/p-ktvazhms-cb.html
We know that android draws the UI in It is done in the main thread, but for some interactions such as
The difference between SurfaceView and View
Android system provides View for drawing processing, View can meet most of the drawing needs, but in some cases, it is also not strong enough. We know that View is refreshed to reload. For drawing,
SurfaceView achieves some match effects
The project needs to achieve the effect of likes. Find a solution online: http://www.jianshu.com/p/03fdcfd3ae9c Initial use Some are okay, but a violent test found that it is very stuck and not ve