For details about surfaceview background initialization

Source: Internet
Author: User

=============== Problem description ====================


It basically comes from a lot of code circulating on the Internet that draws a sine. At the beginning, the entire background is black. The following code can be used to change the background when drawing a picture.
Canvas canvas = sfh. lockCanvas (null); canvas. drawColor (Color. BLUE); // clear the canvas sfh. unlockCanvasAndPost (Canvas );


However, I want the software to run surfaceview to have a background color, and the background color will not overwrite my picture. I have added a background image in the layout, but it will block my picture.

I tried to draw the background in onCreate, but I couldn't get the canvas.

@ Override public void onCreate (Bundle savedInstanceState) {super. onCreate (savedInstanceState); setContentView (R. layout. main); sfv = (SurfaceView) this. findViewById (R. id. surfaceView01); sfh = sfv. getHolder (); // The canvas is not available yet. The Canvas is null canvas = sfh. lockCanvas (null); canvas. drawColor (Color. BLUE); sfh. unlockCanvasAndPost (canvas );}


How can I initialize the background?

============= Solution 1 ======================


Learning, please share it with the landlord

For details about surfaceview background initialization

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.