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

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

Introduction

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

Usage

From source file com.google.android.gms.plus.sample.quickstart.MainActivity.java

 * Demonstrates Google+ Sign-In and usage of the Google+ APIs to retrieve a
 * users profile information.
 */
public class MainActivity extends FragmentActivity
        implements ConnectionCallbacks, OnConnectionFailedListener, ResultCallback<LoadPeopleResult>,
        View.OnClickListener, CheckBox.OnCheckedChangeListener, GoogleApiClient.ServerAuthCodeCallbacks {

From source file com.alexskyy.gplusauthtest.MainActivity.java

/**
 * Android Google+ Quickstart activity.
 *
 * Demonstrates Google+ Sign-In and usage of the Google+ APIs to retrieve a
 * users profile information.
 */