Android 4.0 javasthsetting INTERFACE ANALYSIS

Source: Internet
Author: User

Bluetoothsetting. Java interface entry method:

Void addpreferencesforactivity (){

Addpreferencesfromresource (R. xml. descrith_settings );

......

}

Bluetooth_settings.xml is just a preferencescreen

 

The Bluetooth setting interface is somewhat complicated at first, but it will be much easier if you are familiar with the new interface property fragment of android4.0. Let's first look at javasthsettings. Java

 

Class incluthsettings extends devicelistpreferencefragment

The first step is to inherit devicelistpreferencefragment. From the perspective of its name, we can see that it is a list,

Devicelistpreferencefragment extends settingspreferencefragment

Settingspreferencefragment extends preferencefragment

Preferencefragment extends Fragment

We can see thsetting. java is a fragment and a fragment with the list type. fragment is a special interface that allows us to add others, as is the case in javasthsetting, add a new preferencegroup to update the Bluetooth setting interface. The method is adddevicecategory (). The main function of this method includes the newly added interface content and the corresponding title, set the data source (through filter) to update the interface from the surface.

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.