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.awesome.byunghwa.app.popularmoviesapp2.adapter.MovieListRecyclerViewAdapter.java

public class MovieListRecyclerViewAdapter extends RecyclerView.Adapter<MovieListRecyclerViewAdapter.ViewHolder>
        implements View.OnClickListener {

    private static final String TAG = "RecyclerView Adapter";

    private Context mContext;

From source file chinanurse.cn.nurse.Fragment_Nurse.EmployFragment.java

/**
 * Created by wzh on 2016/6/26.
 */
public class EmployFragment extends Fragment implements View.OnClickListener {

    private static final int GETCOMANYCERTIFY = 1;

From source file com.eincs.athens.android.OlympusFeedActivity.java

public class OlympusFeedActivity extends ListActivity implements View.OnClickListener {

    private Context mContext;
    private TreeMap<Integer, Post> mData;
    private ArrayList<Post> mDataArray;
    private TextView mBtnWrite;

From source file com.android.printspooler.widget.PrintContentView.java

/**
 * This class is a layout manager for the print screen. It has a sliding
 * area that contains the print options. If the sliding area is open the
 * print options are visible and if it is closed a summary of the print
 * job is shown. Under the sliding area there is a place for putting
 * arbitrary content such as preview, error message, progress indicator,

From source file com.anysoftkeyboard.ui.dev.DeveloperToolsFragment.java

public class DeveloperToolsFragment extends Fragment
        implements AsyncTaskWithProgressWindow.AsyncTaskOwner, View.OnClickListener {

    private abstract static class DeveloperAsyncTask<Params, Progress, Result>
            extends AsyncTaskWithProgressWindow<Params, Progress, Result, DeveloperToolsFragment> {

From source file de.awisus.refugeeaidleipzig.views.login.FragmentAnmelden.java

/**
 * Created on 15.01.16.
 * <p>
 * A login fragment with a text field for the user name and a spinner with all accommodations to
 * choose.
 *

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 ca.psiphon.ploggy.FragmentComposeMessage.java

/**
 * Re-usable user interface fragment which implements composing and sending a new message.
 */
public class FragmentComposeMessage extends Fragment
        implements View.OnClickListener, TextView.OnEditorActionListener {

From source file org.chromium.customtabsdemos.SimpleCustomTabActivity.java

/**
 * The simplest way to use Chrome Custom Tabs. Without any customization or speeding process.
 */
public class SimpleCustomTabActivity extends AppCompatActivity implements View.OnClickListener {
    private EditText mUrlEditText;
    private String mApiUrl;

From source file com.app.swaedes.swaedes.LoginPage.java

public class LoginPage extends Activity implements View.OnClickListener {

    private EditText email, password;

    @Override
    public void onCreate(Bundle savedInstanceState) {