Example usage for android.view View.OnClickListener interface-usage

List of usage examples for android.view View.OnClickListener interface-usage

Introduction

In this page you can find the example usage for android.view View.OnClickListener interface-usage.

Usage

From source file com.firesoft.member.Activity.B0_SigninActivity.java

public class B0_SigninActivity extends BaseActivity implements BusinessResponse, View.OnClickListener {
    private EditText mMobile;
    private EditText mPassword;
    private TextView mSignup;
    private Button mLogin;
    private UserModel mUserModel;

From source file com.android.inputmethod.keyboard.emoji.EmojiPalettesView.java

/**
 * View class to implement Emoji palettes.
 * The Emoji keyboard consists of group of views layout/emoji_palettes_view.
 * <ol>
 * <li> Emoji category tabs.
 * <li> Delete button.

From source file com.android.msahakyan.fma.fragment.TrackDetailFragment.java

/**
 * A simple {@link Fragment} subclass.
 * Use the {@link TrackDetailFragment#newInstance} factory method to
 * create an instance of this fragment.
 */
public class TrackDetailFragment extends BaseItemDetailFragment<Track>

From source file app.jorge.mobile.com.transportalert.ScrollingActivity.java

public class ScrollingActivity extends AppCompatActivity
        implements Callback<List<StatusLine>>, View.OnClickListener, SwipeRefreshLayout.OnRefreshListener {

    private static final String TAG = ScrollingActivity.class.getSimpleName();
    private FloatingActionButton fab;
    HashMap<String, LineStatuses> tubeStatus = new HashMap<>();

From source file com.cnm.cnmrc.fragment.vodtvch.TvchDetail.java

public class TvchDetail extends Base implements View.OnClickListener {

    public TvchDetail newInstance(int selectedCategory, String title, boolean isFirstDepth, Bundle bundle) {
        mTvchDetail = new TvchDetail();
        Bundle args = new Bundle();
        args.putString("title", title);

From source file com.cc.signalinfo.fragments.SignalFragment.java

/**
 * Not currently used because it's not really necessary (yet)
 * @author Wes Lanning
 * @version 2013-05-10
 */
@SuppressWarnings("ReuseOfLocalVariable")

From source file cz.zcu.kiv.eeg.mobile.base.ui.scenario.ScenarioAddActivity.java

/**
 * Activity for creating new Scenario record on eeg base.
 *
 * @author Petr Miko
 */
public class ScenarioAddActivity extends SaveDiscardActivity implements View.OnClickListener {

From source file com.moonpi.swiftnotes.MainActivity.java

public class MainActivity extends Activity implements AdapterView.OnItemClickListener, View.OnClickListener {

    /*
    Copyright  2014 MoonPi
        
    Licensed under the Apache License, Version 2.0 (the "License");

From source file com.barbrdo.app.activities.SignUpActivity.java

public class SignUpActivity extends AppActivity implements ServiceRedirection, View.OnClickListener {

    private static final String TAG = SignUpActivity.class.getName();
    private Context mContext;
    private ImageView imageViewCustomer;
    private ImageView imageViewBarber;

From source file org.billthefarmer.shorty.LookupActivity.java

public class LookupActivity extends Activity implements AdapterView.OnItemClickListener, View.OnClickListener {
    private final static String PREF_ENTRIES = "pref_entries";
    private final static String PREF_VALUES = "pref_values";
    private final static String SHORTY_DIR = "Shorty";
    private final static String SHORTY_FILE = "entries.json";