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 baasi.hackathon.sja.TalkActivity.java

public class TalkActivity extends AppCompatActivity implements View.OnClickListener {

    @Bind(R.id.toolbar)
    protected Toolbar toolbar;
    @Bind(R.id.talk_container_layout)
    protected LinearLayout containerLayout;

From source file fm.smart.r1.activity.CreateExampleActivity.java

public class CreateExampleActivity extends Activity implements View.OnClickListener {
    public static ProgressDialog myProgressDialog;
    private static CreateExampleResult create_example_result = null;
    private String item_id = null;
    private String list_id = null;
    private String example = null;

From source file ar.org.fsadosky.iptablesmanager.fragment.ApplicationsListFragment.java

/**
 * Created by ayi on 6/26/15.
 */
public class ApplicationsListFragment extends AbstractFragment<ApplicationsListFragment.Callbacks>
        implements View.OnClickListener, SearchView.OnQueryTextListener {

From source file com.alexandrepiveteau.library.tutorial.TutorialActivity.java

public abstract class TutorialActivity extends AppCompatActivity
        implements View.OnClickListener, View.OnLongClickListener, ViewPager.OnPageChangeListener {

    @Deprecated
    public String getDoneText() {
        return null;

From source file org.openlmis.core.view.activity.LoginActivity.java

@ContentView(R.layout.activity_login)
public class LoginActivity extends BaseActivity implements LoginPresenter.LoginView, View.OnClickListener {
    @InjectView(R.id.tx_username)
    public EditText etUsername;

    @InjectView(R.id.tx_password)

From source file com.sakisds.icymonitor.activities.AddNotificationActivity.java

public class AddNotificationActivity extends Activity implements View.OnClickListener {

    private SharedPreferences mSettings;

    private Spinner mDeviceSpinner, mTypeSpinner, mSensorSpinner, mConditionSpinner;
    private EditText mSensorValue;

From source file com.citrus.sample.UserManagementFragment.java

/**
 * A simple {@link Fragment} subclass.
 * Use the {@link UserManagementFragment#newInstance} factory method to
 * create an instance of this fragment.
 */
public class UserManagementFragment extends Fragment implements View.OnClickListener {

From source file cn.xcom.helper.activity.AuthorizedActivity.java

/**
 * Created by zhuchongkun on 16/6/3.
 * ?
 */
public class AuthorizedActivity extends BaseActivity implements View.OnClickListener {
    private String TAG = "AuthorizedActivity";

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

public class VodTvchMain extends Fragment implements View.OnClickListener, SlidingMenu.Listener {

    /**
     * vodtvchmaind? loadingDataForSidrebar()? ?? vod, tvch? 4? ?  ?...
     *  ? ?? ??  ??   Base? loadingData()  ?.
     * isFirstDepth???

From source file ablgroup.daily2.authentification.AuthentificationFragment.java

/**
 * Copyright 2016 Google Inc. All Rights Reserved.
 * <p>
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at