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.andrada.sitracker.ui.fragment.AuthorsFragment.java

@EFragment(R.layout.fragment_listview_with_empty)
@OptionsMenu(R.menu.authors_menu)
public class AuthorsFragment extends Fragment
        implements AuthorUpdateStatusListener, MultiSelectionUtil.MultiChoiceModeListener, View.OnClickListener {

    private final ArrayList<Long> mSelectedAuthors = new ArrayList<Long>();

From source file org.catnut.ui.ComposeTweetActivity.java

/**
 * ??
 *
 * @author longkai
 */
public class ComposeTweetActivity extends Activity implements TextWatcher, AdapterView.OnItemClickListener,

From source file circleplus.app.LocationFragment.java

public class LocationFragment extends Fragment implements View.OnClickListener {

    // Debug
    private static final boolean D = true;
    private static final String TAG = "LocationFragment";

From source file com.android.rahul.myselfieapp.Fragment.CamVideoFragment.java

public class CamVideoFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    private static final int SENSOR_ORIENTATION_DEFAULT_DEGREES = 90;
    private static final int SENSOR_ORIENTATION_INVERSE_DEGREES = 270;
    private static final SparseIntArray DEFAULT_ORIENTATIONS = new SparseIntArray();

From source file com.insthub.O2OMobile.Activity.F0_ProfileActivity.java

public class F0_ProfileActivity extends BaseActivity implements BusinessResponse, View.OnClickListener {
    public static final String USER_ID = "user_id";
    private int mUserId;
    private ImageView mBack;
    private ImageView mSetting;
    private ListView mListview;

From source file com.nextgis.woody.activity.EditActivity.java

/**
 * Created by bishop on 11.12.16.
 */

public class EditActivity extends NGActivity implements View.OnClickListener {

From source file com.example.mapdemo.BasicMapDemoActivity.java

/**
 * This shows how to create a simple activity with a map and a marker on the map.
 */
public class BasicMapDemoActivity extends FragmentActivity implements OnMapReadyCallback, View.OnClickListener {

    private TextView latitude;

From source file com.mercandalli.android.apps.files.user.LoginRegisterActivity.java

public class LoginRegisterActivity extends ApplicationActivity implements ViewPager.OnPageChangeListener,
        View.OnClickListener, DialogCallback, GoogleApiClient.OnConnectionFailedListener {

    /* Request code used to invoke sign in user interactions. */
    private static final int RC_GOOGLE_SIGN_IN = 0;

From source file com.azita.iot.ioclient.activity.MainActivity.java

/**
 *
 * The Wetware Innovations Software License, Version 2.2
 *
 * Copyright (c) 2010-2016 The Wetware Innovations. All rights reserved.
 *

From source file com.hackensack.umc.activity.ProfileSelfieActivity.java

public class ProfileSelfieActivity extends BaseActivity
        implements View.OnClickListener, ProfileInsuranceInfoFragment.OnFragmentInteractionListener,
        ProfileIdInfoFragment.OnFragmentInteractionListener {

    private static final String TAG = "ProfileSelfieActivity";