List of usage examples for android.widget CheckBox.OnCheckedChangeListener interface-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.
*/