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.adarshahd.indianrailinfo.donate.TrainEnquiry.java

/**
 * Created by ahd on 5/27/13.
 */
public class TrainEnquiry extends SherlockActivity
        implements View.OnClickListener, DatePickerDialog.OnDateSetListener {

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

public class C4_EditIntroActivity 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.insthub.O2OMobile.Activity.C12_EditSignatureActivity.java

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

From source file de.awisus.refugeeaidleipzig.views.map.FragmentKarte.java

/**
 * Created on 11.01.16.
 *
 * Fragment that is responsible for showing the model's information about accommodations and their
 * needs (collection of their resident's needs).
 * Main point is to show a Google Map with markers on the accommodation's locations and additional

From source file com.aryamod.romcontrol.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;

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

public class VodDetail extends Base implements View.OnClickListener {
    static Context mContext;
    String vodAssetId = "";

    public VodDetail newInstance(int selectedCategory, String title, boolean isFirstDepth, Bundle bundle) {
        VodDetail f = new VodDetail();

From source file net.oschina.app.ui.MainActivity.java

@SuppressLint("InflateParams")
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
public class MainActivity extends ActionBarActivity implements NavigationDrawerFragment.NavigationDrawerCallbacks,
        OnTabChangeListener, BaseViewInterface, View.OnClickListener, OnTouchListener {

    private DoubleClickExitHelper mDoubleClickExit;

From source file com.digitalbuana.smiles.ui.ContactAdd.java

public class ContactAdd extends GroupListActivity implements View.OnClickListener, OnItemSelectedListener {

    private static final String ACTION_SUBSCRIPTION_REQUEST = "com.digitalbuana.smiles.data.SUBSCRIPTION_REQUEST";

    private static final String SAVED_ACCOUNT = "com.digitalbuana.smiles.ui.ContactAdd.SAVED_ACCOUNT";
    private static final String SAVED_USER = "com.digitalbuana.smiles.ui.ContactAdd.SAVED_USER";

From source file auribises.com.visitorbook.Activites.AdminEntryActivity.java

public class AdminEntryActivity extends AppCompatActivity
        implements CompoundButton.OnCheckedChangeListener, View.OnClickListener {

    @InjectView(R.id.editTextName)
    EditText eTxtName;

From source file com.acceleratedio.pac_n_zoom.FindTagsActivity.java

public class FindTagsActivity extends Activity implements View.OnClickListener {

    EditText tgTxtBar;
    public static String req_str;
    private String srch_str = "";
    public static String[] fil_tags;