Example usage for android.widget CompoundButton.OnCheckedChangeListener interface-usage

List of usage examples for android.widget CompoundButton.OnCheckedChangeListener interface-usage

Introduction

In this page you can find the example usage for android.widget CompoundButton.OnCheckedChangeListener interface-usage.

Usage

From source file com.zte.permissioncontrol.ui.PermissionControlPageActivity.java

/**
 * Activity to pick an application that will be used to display installation information and
 * options to uninstall/delete user data for system applications. This activity
 * can be launched through Settings or via the ACTION_MANAGE_PACKAGE_STORAGE
 * intent.
 */

From source file com.einzig.ipst2.activities.MainActivity.java

/**
 * Main activity class which launches the app.
 * Contains all startup and initialization code.
 *
 * @author Steven Foskett
 * @since 2017-05-15

From source file com.mobantica.DriverItRide.activities.ActivityProfile.java

public class ActivityProfile extends AppCompatActivity
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {

    private String TAG = "ActivityProfile";
    private CollapsingToolbarLayout collapsingToolbar;
    private TextView txtGender;

From source file com.appeaser.sublimepickerlibrary.recurrencepicker.RecurrenceOptionCreator.java

/**
 * Helps create a custom recurrence-rule.
 */
public class RecurrenceOptionCreator extends FrameLayout
        implements AdapterView.OnItemSelectedListener, RadioGroup.OnCheckedChangeListener,
        CompoundButton.OnCheckedChangeListener, View.OnClickListener, RecurrenceEndDatePicker.OnDateSetListener {

From source file com.gizwits.aircondition.activity.control.MainControlActivity.java

/**
 * Created by Lien on 14/12/21.
 * 
 * ?
 * 
 * @author Lien

From source file com.cecs492a_group4.sp.SingleEvent.java

public class SingleEvent extends AppCompatActivity
        implements PlaceSelectionListener, OnClickListener, CompoundButton.OnCheckedChangeListener,
        ConnectionCallbacks, OnConnectionFailedListener, PopupMenu.OnMenuItemClickListener {

    /**
     * ATTENTION:  This was auto-generated to implement the App Indexing API.

From source file com.popdeem.sdk.uikit.activity.PDUIClaimActivity.java

/**
 * Created by mikenolan on 23/02/16.
 */
public class PDUIClaimActivity extends PDBaseActivity
        implements View.OnClickListener, LocationListener, CompoundButton.OnCheckedChangeListener {
    String TAG = "PDUIClaimActivity";