List of usage examples for android.widget RadioGroup.OnCheckedChangeListener interface-usage
From source file am.project.x.business.widgets.statelayout.StateLayoutActivity.java
/** * ? */ public class StateLayoutActivity extends BaseActivity implements StateFrameLayout.OnAllStateClickListener, RadioGroup.OnCheckedChangeListener {
From source file cn.net_show.doctor.activity.AuthActivity.java
/** * @ClassName: AuthActivity * @author * @date 2015321 ?12:08:37 */ public class AuthActivity extends FragmentActivity implements RadioGroup.OnCheckedChangeListener {
From source file org.ayo.robot.anim.transitioneverywhere.ScenesSample.java
/** * Created by Andrey Kulikov on 20/03/16. */ public class ScenesSample extends Fragment implements RadioGroup.OnCheckedChangeListener { // We transition between these Scenes
From source file com.honestme.animetasteex.login.LoginFragment.java
public class LoginFragment extends Fragment implements LoginPresenter.LoginUi, View.OnClickListener, TextView.OnEditorActionListener, RadioGroup.OnCheckedChangeListener { private static final String KEY_NEW_ACCOUNT = "new_account"; private LoginPresenter.LoginUiCallbacks mCallbacks;
From source file app.philm.in.fragments.LoginFragment.java
public class LoginFragment extends Fragment implements UserController.UserUi, View.OnClickListener, TextView.OnEditorActionListener, RadioGroup.OnCheckedChangeListener { private static final String KEY_NEW_ACCOUNT = "new_account"; private UserController.UserUiCallbacks mCallbacks;
From source file com.billooms.harppedals.pedals.PedalFragment.java
/**
* The Fragment that simulates harp pedals.
* Note that this fragment is always retained (not destroyed on orientation changes).
*
* @author Bill Ooms. Copyright 2017 Studio of Bill Ooms. All rights reserved.
*
From source file org.namelessrom.devicecontrol.activities.DonationActivity.java
public class DonationActivity extends BaseActivity implements BillingProcessor.IBillingHandler, View.OnClickListener, RadioGroup.OnCheckedChangeListener { private Button mGooglePlay; private RadioGroup mRadioGroup;
From source file in.blogspot.anselmbros.torchie.ui.fragment.SettingsFragment.java
public class SettingsFragment extends Fragment implements SharedPreferences.OnSharedPreferenceChangeListener,
CompoundButton.OnCheckedChangeListener, RadioGroup.OnCheckedChangeListener, View.OnClickListener {
View rootView;
SharedPreferences preferences;
From source file com.icc.cardiograph.mvp.view.BLEActivity.java
public class BLEActivity extends Activity implements RadioGroup.OnCheckedChangeListener { private static final int REQUEST_SELECT_DEVICE = 1; private static final int REQUEST_ENABLE_BT = 2; private static final int UART_PROFILE_READY = 10; public static final String TAG = "nRFUART"; private static final int UART_PROFILE_CONNECTED = 20;
From source file com.nordicsemi.UART_UDP_PROXY.MainActivity.java
public class MainActivity extends Activity implements RadioGroup.OnCheckedChangeListener { public static final String TAG = "UARTUDPPROXY"; private static final int REQUEST_SELECT_DEVICE = 1; private static final int REQUEST_ENABLE_BT = 2; private static final int UART_PROFILE_READY = 10;