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.app.swaedes.swaedes.ConstructionSitePage.java

/**
 * Created by david on 27/04/16
 */

public class ConstructionSitePage extends Activity implements View.OnClickListener {

From source file com.chalmers.schmaps.CheckInActivity.java

/*******************************************************
 * CheckInActivity shows a MapView zoomed into your position and shows people that are checked in
 * It connects an external database and collects info about people who have checked in i the last two hours
 * User can check in by entering your name and clicking check-in, if user does not enter the name it will still
 * check in but it will state "Unknown" as name
 * By clicking on the figures on the map you can see the name and when they have checked in

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

public class C3_EditNameActivity extends BaseActivity implements BusinessResponse, View.OnClickListener {
    private TextView mTitle;
    private ImageView mBack;
    private ImageView mTopViewRightImage;
    private Button mSave;
    private SharedPreferences mShared;

From source file com.battlelancer.seriesguide.ui.ListsFragment.java

/**
 * Displays one user created list which includes a mixture of shows, seasons and episodes.
 */
public class ListsFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, OnItemClickListener, View.OnClickListener {

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

public class C13_EditPasswordActivity extends BaseActivity implements BusinessResponse, View.OnClickListener {
    private EditText mNowPassword;
    private EditText mNewPassword;
    private EditText mReNewPassword;
    private Button mSave;
    private UserModel mUserModel;

From source file de.awisus.refugeeaidleipzig.views.profile.FragmentEditOffer.java

/**
 * Created on 05.08.16.
 *
 * @author Jens Awisus
 */
public class FragmentEditOffer extends DialogFragment implements View.OnClickListener {

From source file com.adithya321.sharesanalysis.fragments.SalesShareFragment.java

public class SalesShareFragment extends Fragment implements View.OnClickListener {

    private DatabaseHandler databaseHandler;
    private List<Share> sharesList;
    private int year_start, month_start, day_start;
    private RecyclerView salesRecyclerView;

From source file bmcx.aiton.com.passenger.view.activity.SmsLoginActivity.java

public class SmsLoginActivity extends AppCompatActivity implements View.OnClickListener {

    private ImageView mPhone_num_cancle;
    private ImageView mSms_cancle;
    private EditText mPhone_num;
    private EditText mSms;

From source file app.hanks.com.conquer.activity.LoginActivity.java

/**
 * 
 * Created by Hanks on 2015/5/17.
 */
public class LoginActivity extends BaseActivity implements View.OnClickListener, IUiListener {

From source file com.aryamod.tweaks.MainViewActivity.java

public class MainViewActivity extends AppCompatActivity implements NavigationDrawerCallbacks, View.OnClickListener {

    /**
     * Fragment managing the behaviors, interactions and presentation of the navigation drawer.
     */
    private NavigationDrawerFragment mNavigationDrawerFragment;