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.hackensack.umc.fragment.ProfileSelfieActivityCustomeCam.java

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

    private static final String TAG = "ProfileSelfieActivity";
    private ImageView imgSelfie;

From source file org.mariotaku.twidere.fragment.card.CardPollFragment.java

/**
 * Created by mariotaku on 15/12/20.
 */
public class CardPollFragment extends BaseSupportFragment
        implements LoaderManager.LoaderCallbacks<ParcelableCardEntity>, View.OnClickListener {

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

/**
 * ??
 *
 * @author longkai
 */
public class MainActivity extends Activity implements DrawerLayout.DrawerListener, View.OnClickListener,

From source file com.bullmobi.message.ui.components.MediaWidget.java

/**
 * Media widget for {@link com.bullmobi.message.ui.fragments.EasyNotificationFragment} that provides
 * basic media controls and has a nice skin.
 *
 * @author Artem Chepurnoy
 */

From source file net.kourlas.voipms_sms.activities.ConversationActivity.java

public class ConversationActivity extends AppCompatActivity
        implements ActionMode.Callback, View.OnLongClickListener, View.OnClickListener {
    public static final String TAG = "ConversationActivity";

    private final ConversationActivity activity = this;

From source file com.aosijia.dragonbutler.ui.widget.ActionSheet.java

/**
 * android-ActionSheet
 * Created by baoyz on 15/6/30.
 */
public class ActionSheet extends Fragment implements View.OnClickListener {

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

public class C17_ApplyFormActivity extends BaseActivity implements BusinessResponse, View.OnClickListener {
    private TextView mTitle;
    private ImageView mBack;
    private Button mApplyMoreService;
    private ServiceModel mServiceModel;
    private LinearLayout mServiceType;

From source file org.odk.collect.android.fragments.ShowQRCodeFragment.java

public class ShowQRCodeFragment extends Fragment implements View.OnClickListener, QRCodeListener {

    private static final int SELECT_PHOTO = 111;
    private boolean[] checkedItems = new boolean[] { true, true };
    private ImageView qrImageView;
    private ProgressBar progressBar;

From source file geeshang.nasaimage.MainActivity.java

public class MainActivity extends Activity implements View.OnTouchListener, View.OnClickListener,
        View.OnLongClickListener, SwipeRefreshLayout.OnRefreshListener {
    //Use translation service from BaiDu.
    private static final String BAIDU_TRANSLATE_URL = "http://openapi.baidu.com/public/2.0/bmt/translate?client_id=13jrLBe0N9XDdfDmR9n6LBAm&q=";
    private static final String NASA_URL = "http://www.nasa.gov/rss/dyn/image_of_the_day.rss";
    //Use the path below to save image.

From source file com.ritul.truckshare.Fragments.UpdateProfile.java

/**
 * Created by Vipul on 2/5/2016.
 */

public class UpdateProfile extends Fragment implements View.OnClickListener {