Create custom widgets and controls

Source: Internet
Author: User

Creating new views gives you the power to fundamentally change the appearance and feeling of an application. By creating your own controls, you can create a unique UI that suits your user needs. Create a new control from an empty canvas. You need to extend the View class or surfaceview class.

 

The View class provides a canvas object, some draw methods, and painting class. It uses screen graphics technology to create a visual interface. Then, you can override user events, such as screen touch or press the button to provide interactivity. The view base class provides a lightweight solution without the need for extremely fast re-painting and 3D graphics.

 

The surfaceview class provides a canvas that can be drawn in background threads and can be used to create 3D images. It is an excellent choice for controls that quickly update or display complex graphic information (especially game and 3D vision.

 

This chapter describes 2D controls based on The View class. For more information about the surfaceview class and advanced canvas painting features in Android, see Chapter 11th.

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.