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.eincs.athens.android.OlympusWriteActivity.java

public class OlympusWriteActivity extends Activity implements View.OnClickListener {

    private Context mContext;
    private OlympusPreference mPref;
    private EditText mContent;
    private Button mBtnWriteSubmit;

From source file ch.citux.td.ui.fragments.ChannelFragment.java

public class ChannelFragment extends TDFragment<Void> implements View.OnClickListener {

    public static final String CHANNEL = "channel";
    public static final String CHUNKS = "chunks";

    @InjectView(R.id.content)

From source file com.bofsoft.laio.laiovehiclegps.Fragment.CarListFragment.java

/**
 * 
 * Created by szw on 2017/2/20.
 */

public class CarListFragment extends BaseFragment implements View.OnClickListener, IResponseListener {

From source file org.lyricue.android.PlaylistAdapter.java

final class PlaylistAdapter extends RecyclerView.Adapter<PlaylistAdapter.ViewHolder>
        implements View.OnClickListener {
    private final String TAG = "Lyricue";
    private Context mContext;
    private ArrayList<PlaylistItem> items;
    private Lyricue mActivity;

From source file com.color.kid.kidpaint.dialog.FillToolDialog.java

@SuppressLint("ValidFragment")
public final class FillToolDialog extends DialogFragment
        implements View.OnClickListener, DialogInterface.OnClickListener {

    private static final String NOT_INITIALIZED_ERROR_MESSAGE = "FillToolDialog has not been initialized. Call init() first!";
    private static FillToolDialog instance;

From source file com.royclarkson.springagram.PhotoAddToGalleryFragment.java

/**
 * {@link Fragment} that displays a list of {@link GalleryResource}s to associate with an {@link ItemResource}.
 *
 * @author Roy Clarkson
 */
public class PhotoAddToGalleryFragment extends Fragment

From source file ca.hoogit.powerhour.About.AboutActivity.java

public class AboutActivity extends BaseActivity implements View.OnClickListener {

    private static final String TAG = AboutActivity.class.getSimpleName();

    @Bind(R.id.version)
    TextView mVersion;

From source file color.kidpaint.com.kidpaintcolor.dialog.FillToolDialog.java

@SuppressLint("ValidFragment")
public final class FillToolDialog extends DialogFragment
        implements View.OnClickListener, DialogInterface.OnClickListener {

    private static final String NOT_INITIALIZED_ERROR_MESSAGE = "FillToolDialog has not been initialized. Call init() first!";
    private static FillToolDialog instance;

From source file com.bb.hbx.activitiy.InsurancePlanActivity.java

/**
 * Created by Administrator on 2017/2/15.
 */

public class InsurancePlanActivity extends BaseActivity implements View.OnClickListener {

From source file com.google.android.apps.authenticator.backup.BackupActivity.java

public class BackupActivity extends Activity implements View.OnClickListener {

    private static final String TAG = BackupActivity.class.getSimpleName();

    private static final String BACKUP_FILE = "authenticator.json";