Example usage for android.text TextWatcher interface-usage

List of usage examples for android.text TextWatcher interface-usage

Introduction

In this page you can find the example usage for android.text TextWatcher interface-usage.

Usage

From source file io.syng.fragment.profile.ProfileGeneralFragment.java

public class ProfileGeneralFragment extends Fragment implements TextWatcher {

    private static final String ARG_PROFILE_ID = "profile_id";
    private String mProfileId;

    public static ProfileGeneralFragment newInstance(String profileId) {

From source file de.fahrgemeinschaft.util.EditTextImageButton.java

public class EditTextImageButton extends BaseImageButton implements TextWatcher, OnClickListener {

    private static final String Q = "q";
    private static final String EMPTY = "";
    private static final String INPUT_TYPE = "inputType";
    private static final String HINT = "hint";

From source file com.cuddlesoft.nori.fragment.EditAPISettingDialogFragment.java

/** Dialog fragment used to add new and edit existing {@link com.cuddlesoft.nori.database.APISettingsDatabase} entries in {@link com.cuddlesoft.nori.APISettingsActivity}. */
public class EditAPISettingDialogFragment extends DialogFragment
        implements AdapterView.OnItemClickListener, View.OnClickListener, TextWatcher, View.OnFocusChangeListener {
    /** Bundle ID of {@link SearchClient.Settings} object used to edit an existing {@link com.cuddlesoft.nori.database.APISettingsDatabase} entry. */
    private static final String BUNDLE_ID_SETTINGS = "com.cuddlesoft.nori.SearchClient.Settings";
    /** Bundle ID of the database row ID passed into the arguments bundle when editing an existing object. */

From source file com.commonsware.android.sap.MainActivity.java

public class MainActivity extends AppCompatActivity
        implements ShareActionProvider.OnShareTargetSelectedListener, TextWatcher {
    private ShareActionProvider share = null;
    private Intent shareIntent = new Intent(Intent.ACTION_SEND);
    private EditText editor = null;

From source file ch.bfh.instacircle.CreateNetworkActivity.java

/**
 * Activity which provides functionality to set up a new Wifi access point
 * 
 * @author Juerg Ritter (rittj1@bfh.ch)
 * 
 */

From source file me.ni554n.rebootrouter.RouterActivity.java

/**
 * Activity represents View for the MVP pattern.
 * It can't have any business logic.
 * View should request to the Presenter to do the work except UI tasks.
 */
public class RouterActivity extends AppCompatActivity

From source file ch.jeda.platform.android.InputDialogFragment.java

class InputDialogFragment extends DialogFragment implements TextWatcher, DialogInterface.OnClickListener {

    private final InputRequest request;
    private EditText input;
    private Dialog dialog;

From source file at.bitfire.davdroid.ui.setup.LoginURLFragment.java

public class LoginURLFragment extends Fragment implements TextWatcher {

    protected Spinner spnrScheme;
    protected TextView textHttpWarning;
    protected EditText editBaseURI, editUserName, editPassword;
    protected CheckBox checkboxPreemptive;

From source file com.geekandroid.sdk.ClearEditText.java

/**
 * <p>Created by gizthon on 16/9/23. email:2013mzhou@gmail.com</p>
 * <p>
 * des:
 */
public class ClearEditText extends AppCompatEditText implements View.OnFocusChangeListener, TextWatcher {

From source file com.granita.icloudcalsync.ui.setup.LoginURLFragment.java

public class LoginURLFragment extends Fragment implements TextWatcher {

    protected Spinner spnrScheme;
    protected TextView textHttpWarning;
    protected EditText editBaseURI, editUserName, editPassword;
    protected CheckBox checkboxPreemptive;