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 ua.com.spacetv.mycookbook.fragments.FragSettings.java

/**
 * Settings
 * - selecting color theme
 */
public class FragSettings extends Fragment implements Constants, AdapterView.OnItemSelectedListener,
        CompoundButton.OnCheckedChangeListener, ActivityCompat.OnRequestPermissionsResultCallback {

From source file com.hkm.mmedic.contents.HQVisualizerFragment.java

public class HQVisualizerFragment extends ContentsBaseFragment
        implements CompoundButton.OnCheckedChangeListener, AdapterView.OnItemSelectedListener {

    private static final int[] WINDOW_TYPE_VALUES = { IHQVisualizer.WINDOW_RECTANGULAR,
            IHQVisualizer.WINDOW_RECTANGULAR | IHQVisualizer.WINDOW_OPT_APPLY_FOR_WAVEFORM,
            IHQVisualizer.WINDOW_HANN, IHQVisualizer.WINDOW_HANN | IHQVisualizer.WINDOW_OPT_APPLY_FOR_WAVEFORM,

From source file com.newtifry.android.ChooseAccount.java

public class ChooseAccount extends SherlockListActivity
        implements CompoundButton.OnCheckedChangeListener, View.OnClickListener {
    private static final int REFRESH_IDS = 1;
    private final ChooseAccount thisActivity = this;

    public void onCreate(Bundle savedInstanceState) {

From source file com.appsimobile.appsii.hotspotmanager.HotspotSettingsFragment.java

/**
 * A dialog that shows the general options for a hotspot. The user
 * can select and re-order the pages for the hotspot, change the
 * title and set the remember last page switch.
 * Any changes are saved instantly
 * <p/>

From source file com.notifry.android.ChooseAccount.java

public class ChooseAccount extends ListActivity
        implements CompoundButton.OnCheckedChangeListener, View.OnClickListener {
    /**
     * Handler for when you check or uncheck an account, which fires off a
     * request to the server.
     * 

From source file com.newtifry.android.SourceList.java

public class SourceList extends SherlockListActivity
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener {
    public final static int ADD_SOURCE = 1;
    public final static int REFRESH_SERVER = 2;
    private final SourceList thisActivity = this;
    private NewtifryAccount account = null;

From source file com.mohammedsazid.android.tagger.TaggerFragment.java

public class TaggerFragment extends Fragment
        implements TextWatcher, View.OnClickListener, CompoundButton.OnCheckedChangeListener {

    //    private static final String LOG_TAG = TaggerFragment.class.getSimpleName();

    private EditText inputEt;

From source file com.infine.android.devoxx.ui.SessionDetailFragment.java

/**
 * A fragment that shows detail information for a session, including session
 * title, abstract, time information, speaker photos and bios, etc.
 */
public class SessionDetailFragment extends Fragment
        implements NotifyingAsyncQueryHandler.AsyncQueryListener, CompoundButton.OnCheckedChangeListener {

From source file com.dena.app.usage.watcher.MainActivity.java

public class MainActivity extends ActionBarActivity
        implements NavigationDrawerFragment.NavigationDrawerCallbacks, CompoundButton.OnCheckedChangeListener {

    private Handler mHandler;
    private NavigationDrawerFragment mNavigationDrawerFragment;
    private SwitchCompat mSwitchCompat;

From source file auribises.com.visitorbook.Activites.AdminEntryActivity.java

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

    @InjectView(R.id.editTextName)
    EditText eTxtName;